Re: Appending a PDF file to another PDF programmatically

2003-12-05 Thread mathieu . fretiere
>I may need to append a PDF file (or several PDF files) to the end of a PDF
You might do this with the XEP API by renderX ( see 
http://www.renderx.com/ ). You can include a pdf into another pdf with an 
fo:external-graphic tag (if I can remember). I don't know if it's a really 
good solution (i.e. if you can place your included pdf exactly wherever 
you want, if there are scaling issues...).
Unlike FOP, XEP is a paying API (requires a server license in the case of 
a web application). 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Appending a PDF file to another PDF programmatically

2003-12-04 Thread Andreas L. Delmelle
> -Original Message-
> From: Steve Albin [mailto:[EMAIL PROTECTED]
>
> I may need to append a PDF file (or several PDF files) to the end of a PDF
that I create with FOP. > I need to do this programmatically. The problem is
that I'm producing a PDF using FOP in a web
> application and I need to attach to the end of this generated PDF one or
more existing (static)
> PDFs before returning the entire stream back to the browser.


Check :

http://xml.apache.org/fop/output.html#pdf-postprocess


Cheers,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Appending a PDF file to another PDF programmatically

2003-12-04 Thread Steve Albin








I may need to append a PDF file (or several PDF files) to
the end of a PDF that I create with FOP. I need to do this programmatically.
The problem is that I’m producing a PDF using FOP in a web application
and I need to attach to the end of this generated PDF one or more existing (static)
PDFs before returning the entire stream back to the browser.

 

Can anyone help me with this one?

 

Thank you,

Steve Albin