Re: [iText-questions] XMP Qualifier support or lack there of

2011-08-31 Thread Lindberg, Chris J.
2:14 AM To: Post all your questions about iText here Subject: Re: [iText-questions] XMP Qualifier support or lack there of On 30/08/2011 19:58, Lindberg, Chris J. wrote: I created a XmpQualifier object with a method that outputs the RDF/XML for the qualifiers. I would extend XmpArray to fit my need

Re: [iText-questions] XMP Qualifier support or lack there of

2011-08-31 Thread 1T3XT BVBA
On 30/08/2011 19:58, Lindberg, Chris J. wrote: I created a XmpQualifier object with a method that outputs the RDF/XML for the qualifiers. I would extend XmpArray to fit my needs and then set the property in the DublinCoreSchema using the setProperty method.

[iText-questions] XMP Qualifier support or lack there of

2011-08-30 Thread Lindberg, Chris J.
Hello, Looking at the XMP Specification Part 1, section 7.2 Qualifiers I see in example 2 a way to capture additional general qualifier metadata. Snippet from XMP Specification Part 1: http://www.w3.org/1999/02/22-rdf-syntax-ns#"; (c)Adobe Systems Incorporated, 2010 23 xmlns:dc="http://purl.

Re: [iText-questions] XMP Metadata Not Predefined Error

2010-03-18 Thread Leonard Rosenthol
that are not (and thus do). Leonard From: Nirmal Fernando [mailto:nirmal070...@gmail.com] Sent: Thursday, March 18, 2010 7:49 AM To: Post all your questions about iText here Subject: Re: [iText-questions] XMP Metadata Not Predefined Error Hi Leonard, I found that this is because, pdfaPilot2 and

Re: [iText-questions] XMP Metadata Not Predefined Error

2010-03-17 Thread Nirmal Fernando
;> didn’t include an extension schema as required by PDF/A. >> >> >> >> *From:* Nirmal Fernando [mailto:nirmal070...@gmail.com] >> *Sent:* Thursday, March 18, 2010 6:09 AM >> *To:* itext-questions >> *Subject:* [iText-questions] XMP Metadata Not Predefined Err

Re: [iText-questions] XMP Metadata Not Predefined Error

2010-03-17 Thread Nirmal Fernando
nard Rosenthol wrote: > Perhaps you added some XMP that is not part of a standard schema and you > didn’t include an extension schema as required by PDF/A. > > > > *From:* Nirmal Fernando [mailto:nirmal070...@gmail.com] > *Sent:* Thursday, March 18, 2010 6:09 AM > *To:* itext-q

Re: [iText-questions] XMP Metadata Not Predefined Error

2010-03-17 Thread Leonard Rosenthol
Perhaps you added some XMP that is not part of a standard schema and you didn't include an extension schema as required by PDF/A. From: Nirmal Fernando [mailto:nirmal070...@gmail.com] Sent: Thursday, March 18, 2010 6:09 AM To: itext-questions Subject: [iText-questions] XMP Metadat

[iText-questions] XMP Metadata Not Predefined Error

2010-03-17 Thread Nirmal Fernando
Hi, I created XMP metadata for the basic metadata, using iText, because PDF/A-1 requires XMP metadata. I verified this PDF with both pdfaPilot2 and Adobe Preflight, and it showed the following error: *XMP Property not predefined and no extension schema present.* Can someone help me to fix this

Re: [iText-questions] [Xmp metadata]: xpacket header swallowed?

2009-01-15 Thread 1T3XT info
Ning Zhao wrote: > is this a minor bug in iText? You are probably not using the latest version: http://1t3xt.com/about/history.php?branch=history.21&node=214 Search for: "In 2.1.3, I introduced a bug that made the XMP data corrupt and caused the problem reported by Paul Ryan (on the mailing list,

[iText-questions] [Xmp metadata]: xpacket header swallowed?

2009-01-15 Thread Ning Zhao
Dear iText, we use iText to manipulate layout elements for exisiting pdf files. In our current implementation, we did not touch xmp metadata from our code, just modified pdf dictionary and stamped it to the output files using PdfStamper. However, our client programmer reported that he could not

Re: [iText-questions] xmp

2007-06-12 Thread linkjaya
Can you please send me sample code to insert XMP metadata and retrieve it later, Any articles , tutorials to do is will work for me. Thanks and Regards Jaya N Pasachhe. Thanksforfish wrote: > > Hi, > > My code currently adds xmp data (multiple schemas) to an existing pdf > using PdfStamper.

Re: [iText-questions] xmp

2007-06-12 Thread Thanksforfish
I do indeed mean Adobe Acrobat Professional 7 - glad you knew what I meant. The schemas I used are (hope this is the right way to identify them): http://ns.adobe.com/pdfx/1.3/ http://ns.adobe.com/xap/1.0/rights/ also the itext DublinCoreSchema and PdfSchema classes. Are you saying that if I

Re: [iText-questions] xmp

2007-06-08 Thread Leonard Rosenthol
First, there is no such program as Acrobat Writer. I will assume you mean Acrobat Professional, correct? Second, what schemas did you use in the XMP? Based on which version of the XMP specification? Understand that XMP changed a few things between those versions of Acrobat, so it may be

[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

[iText-questions] XMP metadate issues and requests to comply PDF/A-1

2007-03-15 Thread SeungHyun Park
Hello. I have developed an application related to a PDF/A-1b. I could solve file ID entry problem for your help. But, the XMP Metadata of my PDF file did not comply with PDF/A-1. Therefore, I tried to modify iTextSharp to comply the XMP spec of PDF/A-1. I worked as this; *

Re: [iText-questions] XMP at what level?

2004-06-03 Thread Roger Misteli
Nevermind, I found the problem. It all works now :-) --- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn m

[iText-questions] XMP at what level?

2004-06-02 Thread Roger Misteli
Hiyas I can currently write XML metadata to the PDF and its stored nicely. However, the Adobe XMP specification requires a specific location to write the XMP data to. Does anyone know how I can write it to the level required? This here is from the specification, maybe that helps: PDF For PDF file

[iText-questions] XMP / Metadata

2004-05-04 Thread Roger Misteli
Hiyas Just a little question. I need to insert XMP data into a PDF, either the one I'm currently creating or a new one, that I need to read first and then insert the XMP metadata. I did not find anything yet on how to achieve that on the tutorials, but does anyone have a pointer for me where to l