PdfDate.W3C cant't be static or if it is must be synchronized.

Best Regards,
Paulo Soares 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of bruno
> Sent: Tuesday, August 30, 2005 4:12 PM
> To: Leonard Rosenthol
> Cc: '[email protected]'
> Subject: Re: [iText-questions] How to remove XMP Metadata 
> inside Stamper?
> 
> Leonard Rosenthol wrote:
> 
> >
> >
> >> That way you wouldn't have to care
> >> about the XML. It would be generated
> >> behind the screens...
> >> Would that be a good idea?
> >
> >
> >         For the average user of iText - YES!   AND it would 
> be a nice 
> > marketing tool for iText, since it would make it only the THIRD 
> > program to support this.
> 
> Done. See the CVS repository.
> 
> Code snippet:
> PdfWriter writer = PdfWriter.getInstance(document,    new 
> FileOutputStream(filename));
> document.addTitle("Hello World example");
> document.addSubject("This example shows how to add metadata");
> document.addKeywords("Metadata, iText, step 3");
> document.addCreator("My program using iText");
> document.addAuthor("Bruno Lowagie");
> writer.createXmpMetadata();
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development 
> Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * 
> Testing & QA
> Security * Process Improvement & Measurement * 
> http://www.sqe.com/bsce5sf
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to