Hello everybody, I'm looking for a any solution (really anything) to convert SWF files to another vector format used in print (EPS or PDF) or even generate this format on the fly using AS3/PHP/whatever...
Here is a summary of the problem : I have an application in which the user can add text or pre-defined shapes (MovieClips) and then scale, rotate, move them... As a final step I need to generate a vector file (PDF or EPS) to be sent to the print factory. The pre-defined shapes are provided to me as vector PDF files, so I imported them in the Flash IDE then re-export them as SWF in order to be dynamically loaded in the app. I already take a look at AlivePDF, but he can't generate vector PDF from a DisplayObject... I'm also thinking that I can generate a XML file describing the transformations applied to the shapes to later post-process everything with originals PDF but I can't even find a solution in this way. And it doesn't solve my problem in the case the user added text with a specific font and then distord it to fit his needs. So, if someone has a clue or a trick (even if it needs a manual intervention) to get me out of this mess, it would be great. Thanks, ____________ Florent JEAN French Flash Developer http://www.nowhen.net _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

