Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I had similar problem like similar Issue 183 #396

Open
GoogleCodeExporter opened this issue May 10, 2015 · 1 comment
Open

I had similar problem like similar Issue 183 #396

GoogleCodeExporter opened this issue May 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.use pdf2swf convert pdf to swf with xpdf 
2.select text
3.copy to notepad

What is the expected output? What do you see instead?
you will see a string 'ffffffff'

What version of the product are you using? On what operating system?
FlexPaper_2.2.1 // Window7 64bit client & CentOS 6.5 Server

Please provide any additional information below.
https://code.google.com/p/flexpaper/issues/detail?id=183  
this URL issue is similar issue.

just I am korean
I need 'zh_CN' => 'ko_KR'  changed FlexPaperViewer.swf file.

I gained Flex Library Project. but I don't know Compile this.

help me dear.

Original issue reported on code.google.com by [email protected] on 22 Jan 2014 at 8:37

@GoogleCodeExporter
Copy link
Author

I make Actionscript Project in flash builder 4.5
and, import FlexPaPer flex library project
and , just flexpaperviewer init and addChild

===========
package
{
    import com.devaldi.controls.flexpaper.FlexPaperViewer;

    import flash.display.Sprite;

    public class FlexPaperLuncher extends Sprite
    {
        public function FlexPaperLuncher()
        {
            addChild( new FlexPaperViewer() );
        }
    }
}

=============
but, does not work.

How to compile FlexPaper  flex library ?

Original comment by [email protected] on 22 Jan 2014 at 9:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant