How do I display a PDF in Adobe Flex?

后端 未结 8 1842
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 03:14

Looking for a way to display a PDF in Flex. I\'m sure there are several ways. Looking for the easiest to maintain / integrate / most user friendly. I\'m guessing it\'s possi

相关标签:
8条回答
  • 2020-12-06 03:41

    Check out: http://www.swftools.org/ for tools to convert your PDF to SWF, speifically pdf2swf- http://www.swftools.org/pdf2swf.html

    0 讨论(0)
  • 2020-12-06 03:42

    Check out Share on Acrobat.com, there you can upload PDFs and make them embedable Flash files (sort of like YouTube for documents). Should be possible to load those into Flex. Not an ideal solution, but unfortunately you need to convert the PDF to an SWF somehow to be able to load it into a Flex application. I don't know of any good tools that do this. If someone else knows please share.

    If you target AIR you can load a PDF into a HTML view, but that doesn't work when running in the browser (the HTML component is only available in AIR).

    0 讨论(0)
提交回复
热议问题