Guys need help/guidance here.
I have a flash where in I can add text / cliparts / images and customize the with color, gradient color, shape transform. I know that I can save the customization as json/xml and reload the same customization later in flash and can also export images from flash for the same customization using bitmapdata.
But I am stuck here, I need to export the customization as PDF or EPS file, the customization must be saved as print ready vector file format.
As far as I know, while generating bitmap-data (exporting as png/jpg) it would have a default dpi of 96 (that of the monitor) so when such generated images are scaled up, that would start tearing the pixels up. The same would occur if the I draw the bitmapdata of the customization and export it as pdf, it will not be suitable for printing purpose.
Moreover I have heard about AlivePDF, But I feel it has a different api of adding text than that of regular actionscript. Even the different clip art may be of varying form and shape how to include those into the pdf. What if we are using masking via actionscript, shape transformation tools etc. how would we translate all this in AlivePDF.
Please do correct me if I am wrong anywhere, and please do guide if you know a possible solution where in I can export any complex customization in actionscript to any of the print ready vector files, PDFs or EPSs.
Thanking you in advance,
AS3 Gringo