You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/10/20 18:51:33 UTC

[jira] [Commented] (PDFBOX-2416) xmp regression? 7.3 : Error on MetaData, Cannot find a definition for the namespace http://ns.adobe.com/xap/1.0/t/pg/

    [ https://issues.apache.org/jira/browse/PDFBOX-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177097#comment-14177097 ] 

Tilman Hausherr commented on PDFBOX-2416:
-----------------------------------------

I get a different error on this one:
The filegood0002.pdf is not valid, error(s) :
7.3 : Error on MetaData, Schema is not set in this document : http://ns.adobe.com/xap/1.0/sType/Dimensions#

That would be a duplicate of PDFBOX-2417. If I "correct" the PDF by moving the schema up one level, I get this:

7.1 : Error on MetaData, Invalid array definition, expecting Bag and found nothing \[prefix=photoshop; name=SupplementalCategories\]

Indeed, this
{code}
<rdf:Description rdf:about="" xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/">
  <photoshop:Headline>Photoshop Headline</photoshop:Headline>
  <photoshop:SupplementalCategories>Category 1, Category 2</photoshop:SupplementalCategories>
</rdf:Description>
{code}

isn't a bag (aka unordered array)
https://wwwimages2.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cc-201306/XMPSpecificationPart1.pdf
https://wwwimages2.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/cc-201306/XMPSpecificationPart2.pdf


> xmp regression?  7.3 : Error on MetaData, Cannot find a definition for the namespace http://ns.adobe.com/xap/1.0/t/pg/
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-2416
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2416
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 2.0.0
>            Reporter: Ralf Hauser
>             Fix For: 2.0.0
>
>         Attachments: good0002.pdf, good0002.pdf.pdftron-log.xml, preFlightGood0002.xml
>
>
>  7.3 : Error on MetaData, Cannot find a definition for the namespace http://ns.adobe.com/xap/1.0/t/pg/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)