RE: Xmpbox metadata parsing issue

2023-09-04 Thread Sylvere Babin
Hi, At first, thank you for your help. I've tried the snapshot, which corrects the NullPointerException problem perfectly. However, after further testing (of the special case I described earlier), it seems to me that the behavior of the XMPMetadata.getSchema(String, String) method doesn't m

Re: Xmpbox metadata parsing issue

2023-08-29 Thread Tilman Hausherr
Fixed in https://issues.apache.org/jira/browse/PDFBOX-5668 (hopefully) Please try a snapshot at https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.30-SNAPSHOT/ in an hour Tilman On 11.07.2023 11:25, Sylvere Babin wrote: Hello, We use PDFBox to read the

Re: Xmpbox metadata parsing issue

2023-08-12 Thread Tilman Hausherr
Hi, https://issues.apache.org/jira/browse/PDFBOX-5649 This is similar to your own problem, coincidentally. Tilman On 11.07.2023 11:25, Sylvere Babin wrote: Hello, We use PDFBox to read the XMP metadata of PDF documents in the Factur-X standard, a Franco-German e-invoicing standard. The X

Xmpbox metadata parsing issue

2023-07-11 Thread Sylvere Babin
Hello, We use PDFBox to read the XMP metadata of PDF documents in the Factur-X standard, a Franco-German e-invoicing standard. The XML schema corresponding to this metadata is quite simple, and retrieving the values are perfectly working with the org.apache.xmpbox.XMPMetadata.getSchema(String)

RE: Xmpbox metadata parsing issue

2023-07-11 Thread Sylvere Babin
Sorry, I forgot to mention that I'm using PDFBox version 2.0.29 Thanks De : Sylvere Babin Envoyé : mardi 11 juillet 2023 11:26 À : users@pdfbox.apache.org Objet : Xmpbox metadata parsing issue Hello, We use PDFBox to read the XMP metadata of PDF documents in the Factur-X standard, a F