On 5/24/07, Adam Leszinski <[EMAIL PROTECTED]> wrote:

> The short: Basically looking to stamp a PDF template on the fly and present
> it to the user without having all these resulting generated PDFs with
> sequence numbers to clean up. User wants to download a PDF, we stamp it with
> a sequence number, they see the result, the generated PDF w/number is
> removed.

Create it in memory and send it straight back to the user.  Use
whatever your particular framework provides for writing binary data to
the response stream (it sounds web-based, though you didn't say
explicitly).  A group dedicated to your framework will be able to tell
you more.

Brian

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to