Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Method for exporting drawn flash/flex UIComponent to vector based print file

I am creating a flex application where I am using the built in graphics package of flex 3 to draw shapes and things to a UIComponent. I want to be able to export this vector image UIComponent to a vector based file, pdf, eps etc. Are there any tools, libraries, or methods for doing so?

I looked at AlivePDF - which works very slick, but its output is effectively a snapshot of the UIComponent drawn out as a bitmap to the PDF. I want true vector output, as this image is for print, needs to be able to scale and be color correct.

I read somewhere that it may be possible with Adobe Live Cycle, but in looking at the documentation I'm not sure how to use it.

Another possibility is to submit the final image parameters to a server-side PHP script that would re-generate the image in SVG format. But as I understand SVG is not ideal for print, and this is lots of extra work.

Any thoughts, ideas, methods? Thanks!

like image 945
eshowcase Avatar asked May 14 '26 07:05

eshowcase


1 Answers

For others, I ended up using alivePDF. Worked great.

like image 160
eshowcase Avatar answered May 16 '26 06:05

eshowcase



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!