dynamic swf -> pdf
While getting more and more involved in chomiks.com project i came up with idea of exporting strips to pdf files, but its not that easy. The problem for me to solve is, how to export dynamically created contents of swf file to pdf file. so i need to write an application (that is php class) to export vector images from swf and convert them into pdf graphics. i already have swf and pdf files specification (downloaded from Adobe homepage), so i think i will manage that problem...