Re: [iText-questions] xmp

2007-06-12 Thread Thanksforfish
older schema... But w/o an actual PDF, I can only guess. > > Leonard > > On Jun 7, 2007, at 3:45 AM, Thanksforfish wrote: > >> >> Hi, >> >> My code currently adds xmp data (multiple schemas) to an existing >> pdf using >> PdfStamper. >> Wh

[iText-questions] xmp

2007-06-08 Thread Thanksforfish
Hi, My code currently adds xmp data (multiple schemas) to an existing pdf using PdfStamper. When I open the resulting file in Acrobat Writer 6 I can see that the properties exist in the advanced section (where you expand the xmp schemas to look at the values) and have also made their way into the

Re: [iText-questions] Metadata

2007-05-30 Thread Thanksforfish
Good. Just trying to understand whats going on and why. Paulo Soares wrote: > > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of Thanksforfish >> Sent: Wednesday, May 30, 2007 10:19 AM >&

Re: [iText-questions] Metadata

2007-05-30 Thread Thanksforfish
ur help. Paulo Soares wrote: > > > - Original Message - > From: "Thanksforfish" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 29, 2007 4:41 PM > Subject: Re: [iText-questions] Metadata > > >> >> Thanks very much for both repl

Re: [iText-questions] Metadata

2007-05-29 Thread Thanksforfish
material about it. Cheers. Leonard Rosenthol wrote: > > On May 29, 2007, at 8:32 AM, Thanksforfish wrote: >> I have been trying to remove (non xmp) metadata from a pdf, add my >> own xmp >> metadata and save the whole thing as a new pdf. > > OK. > >

[iText-questions] Metadata

2007-05-29 Thread Thanksforfish
Hi, I have been trying to remove (non xmp) metadata from a pdf, add my own xmp metadata and save the whole thing as a new pdf. Using PdfStamper and XmpWriter I can add the xmp and write the new file as a copy of the old but I am struggling to remove the existing metadata from the pdf in the first