Printing database content, or creating a pdf from it
Gidday guys
Today I'm researching using AS3 AIR to format and print data from a database.
It needs to...
- take the data, and format it from a selection of page formats I present
- either print it to the printer, or save it to a pdf
I'm wondering if someone with experience can please nudge me in the right research direction to answer...
- what's the process for taking data and formatting it into an object to be printed of turned into a pdf?
- is the object you make for printing a sprite? ie for multi page printing, do you create multiple sprites that contain your data formatted a particular way, and then create a multipage document out of them.
Cheers for your guidance.