Does anyone know of a server module/app or flash component (ie. an extension of the print() function) that will basically print a swf file with dynamically loaded content into a pdf file and then save it on a server.
Basically at my company we are trying to make brochure template that clients can use to fill in their own images and text with flash, and then export that somehow to pdf.
Thus far the only solutions i’ve come up with are using the fpdf php-class from www.fpdf.org, but that takes a lot of programming, and the blazePDF component also only works as a drawing API. Does anyone know of any method for taking what’s been constructed and convert it without having to rebuild it? Thanks a gazillion.
CC