Hey Jason (and all)
Do you know how many PDF pages it can generate (is there a max)?
There is no programmatic limit to the number of pages. While I have had users create 20-40 page documents, I haven't had anyone try, say, 9,000 pages. :-) Will it render out dynamic textfields in the positions they are in? No. Not exactly. Basically all text is created in the document by using a drawString() method. So, you would need to re-draw things into the PDF. Or, you could use the component as your main display and only do it once. But it's not "take this textfield and pop it into the PDF". What about HTML text? Nope. Can you generate a hardcopy PDF Document or does it just sent the PDF
data to a browser window?
It generates a full PDF document into a variable in Flash. So it's left up to the developer to either save it to the server, push it to the client via the server, or save it locally via Zinc or other projector. Thanks No problem. Hope that helps. :-) g. -- weblog: broadcast.artificialcolors.com blazePDF: www.blazepdf.com band: www.cutratebox.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

