Search code examples
actionscript-3flashalivepdfpurepdf

Create PDF from Flash CS6 (Client side)


I'm searching for a way to create a pdf file directly from flash 100% clientside. I'm not able to interact with other files on the server (like using php for the pdf creation).

Can this be done with the purePDF / AlivePDF library directly in AS3? I'm using Flash CS6.

Thanks in advance.


Solution

  • AlivePDF is an open-source ActionScript 3 (Flash, Flex, AIR) PDF generation library ported from the FPDF PHP project. It allows you to generate PDF's 100% client-side.

    http://alivepdf.bytearray.org/?page_id=2

    I say yes :)