Open pdf in flash player 10

前端 未结 4 1670
悲&欢浪女
悲&欢浪女 2021-01-16 18:54

I need to open a PDF in flash player 10. The swf will not be running in a browser and there will not be an adobe reader program on the system. I need to know if its possible

4条回答
  •  被撕碎了的回忆
    2021-01-16 19:41

    There an other alternative, read PDF bytes and render it with AS3. Few libs already exist (on http://code.google.com):

    • purepdf (with org.purepdf.pdf.PdfReader)
    • as3-pdfreader (with org.pdfbox.pdfparser.PDFParser)

    These PDF parsers don't support all avaiable PDF format's functionalities and I think you can't handle it with the same easiness of AIR integrated PDF reader (througt flash.html.HTMLLoader).

提交回复
热议问题