Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-27 Thread Abedellatif Hussein
Hello, In PDF/A using the CreateXmpMetadata(), will only convert the standard document metadata to XMP. What is the best way to add all (Dublin Core) DC metadata to XMP metadata to PDF/A? Thanks, Abedellatif -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itext-5-4

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-25 Thread iText mailing list
On 8/25/2014 6:05 PM, Abedellatif Hussein wrote: > where can I find example usage of the iTextsharp.xmp package? In the iTextSharp project. http://sourceforge.net/p/itextsharp/code/HEAD/tree/trunk/src/core/iTextSharp/xmp/ ---

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-25 Thread Abedellatif Hussein
Hello, where can I find example usage of the iTextsharp.xmp package? also I know that for PDF/A the CreateXmpMetadata(); will create the xmp metadata from the document metadata. will Adding custom metadata using addheader(tag1,value1) be added also to the xmp metadata when using the CreateXmpMetada

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/21/2014 11:12 AM, Abedellatif Hussein wrote: > what can be an alternative for that in the new library? or is there a place > where we can find the alternatives for the obsolete methods and classes? The old iText XMP classes were replaced with classes provided by Adobe. You can find these class

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread Abedellatif Hussein
Hello, Thanks for the suggestion, I upgraded to iTextShar v5.5.2.0 and the issue with PDF/A validation is fixed. I encountered many deprecated methods when manually adding xmp, such as AddRdfDescription(), what can be an alternative for that in the new library? or is there a place where we can find

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/20/2014 8:57 PM, Abedellatif Hussein wrote: > Hello, > I am having the same validation error issue when generating PDF/A files. Did > you have any solution or workaround for it? Have you tried upgrading to 5.5.1? -- S

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-20 Thread Abedellatif Hussein
Hello, I am having the same validation error issue when generating PDF/A files. Did you have any solution or workaround for it? Thanks, Abedellatif -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itext-5-4-1-Metadata-Bug-tp4658360p4660258.html Sent from the iText -

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread iText Software
On Fri, 24 May 2013 16:51:21 +0200, linuxunil wrote: > the two problems are related? When you fix one the problem with pdfa-1b > will be fixed too? Maybe there's a problem with the way the XMP is built. It's the first time I've heard about this problem. We'll investigate. --

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread linuxunil
Hello, thanks for looking at this issue. I discovered another thing. When i create a pdfa-1B with the metadata, the result pdf it's not in pdfa-1B conformance. But, when i don't put the title AND the subject, the result pdfa-1B is in the conformance. @PDFA-1B With full metadata: My code: publi

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread Leonard Rosenthol
Will investigate - it's definitely not expected (AFAIK) On 5/24/13 5:20 PM, "iText Software" wrote: >On Fri, 24 May 2013 11:15:00 +0200, Leonard Rosenthol > >wrote: > >> That doesn't make sense. >> >> Can you send me a PDF? > >Sure, see attachment. > >If you manually change This example shows >h

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread iText Software
On Fri, 24 May 2013 11:15:00 +0200, Leonard Rosenthol wrote: That doesn't make sense. Can you send me a PDF? Sure, see attachment. If you manually change This example shows how to add metadata into something else, you'll see that the changes appears in the Keywords section of the Do

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread Leonard Rosenthol
That doesn't make sense. Can you send me a PDF? On 5/24/13 4:43 PM, "iText Software" wrote: >On Fri, 24 May 2013 10:35:03 +0200, Leonard Rosenthol > >wrote: > >> I haven't see an actual PDF, so not sure what Acrobat/Reader is doing >> that is not expected. > >I wouldn't say it's a bug. >When yo

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread iText Software
On Fri, 24 May 2013 10:35:03 +0200, Leonard Rosenthol wrote: > I haven't see an actual PDF, so not sure what Acrobat/Reader is doing > that is not expected. I wouldn't say it's a bug. When you have the following XMP metadata http://www.w3.org/1999/02/22-rdf-syntax-ns#";> http://purl.org/dc

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-24 Thread Leonard Rosenthol
I haven't see an actual PDF, so not sure what Acrobat/Reader is doing that is not expected. Leonard On 5/24/13 4:59 AM, "linuxunil" wrote: >Hello, > >I'm using: >- Itext v5.4.1 >- Oracle Java v1.7.0_17 32 Bits > >My objective: Read a pdf file and fill the metadata. > >My code: > >#> FOR PDF: >p

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-23 Thread linuxunil
Hello, If you run the example part3.chapter12.MetadataXmp.java with the version of Itext 5.4.1 you get the same errors. #> Link: https://www.dropbox.com/s/noxpzxcqd6mmc95/pdfMetadataError2.jpg -- View this message in context: http://itext-general.2136553.n4.nabble.com/Itext-5-4-1-Metadata-Bug

[iText-questions] Itext 5.4.1 - Metadata Bug?

2013-05-23 Thread linuxunil
Hello, I'm using: - Itext v5.4.1 - Oracle Java v1.7.0_17 32 Bits My objective: Read a pdf file and fill the metadata. My code: #> FOR PDF: public static void main(String[] args) { Document document = new Document(PageSize.A4); PdfWriter writer = PdfWriter.getInstance(document, outputStream