vishnukottala / flexpaper

Automatically exported from code.google.com/p/flexpaper
0 stars 0 forks source link

I had similar problem like similar Issue 183 #396

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 easys0...@gmail.com on 22 Jan 2014 at 8:37

GoogleCodeExporter commented 9 years ago
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 easys0...@gmail.com on 22 Jan 2014 at 9:04