You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 22 Jan 2014 at 8:37The text was updated successfully, but these errors were encountered: