> -----Original Message-----
> From: David H. Young [SMTP:[EMAIL PROTECTED]
> Sent: Thursday, October 16, 2003 17:25
> To:   [EMAIL PROTECTED]
> Subject:      [iText-questions] losing metadata and related question
> 
> Hi,
> I'm generating some pdf pages dynamically, then concatenating "static 
> pages" using PdfCopy.  Works beautifully except for the metadata.  Using 
> PdfCopy seems to wipe out whatever I set before I do the doc.open(). 
> Any suggestions?
> 
        Use PdfStamper to change the metadata.

> Also, a related question: Do I need to use 
> PDFContentByte/createTemplate() to update the page footers/headers... in 
> order to deal with the mixture of PDF sources (dynamic, static) that I'm 
> using.
> 
        Update? You can't change that kind of content but you can use
PdfStamper to add new content over/under an existing document.

        Best Regards,
        Paulo Soares

> thanks!  What an awesome tool iText is...
> David
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to