[ 
https://issues.apache.org/jira/browse/PDFBOX-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4860:
------------------------------------
    Description: 
We don't catch this:

[https://www.pdf-online.com/osa/validate.aspx]
{quote}
 Validating file "Testdok-modified-003.pdf" for conformance level pdfa-1a
 Multiple occurrences of property 'pdf:Producer'.
 Multiple occurrences of property 'xmp:CreateDate'.
 Multiple occurrences of property 'xmp:CreatorTool'.
 The value of the key ToUnicode is invalid but must be compliant to the 
ToUnicode CMap format.
 The document does not conform to the requested standard.
 The document contains fonts without appropriate character to unicode mapping 
information (ToUnicode maps).
 The document's meta data is either missing or inconsistent or corrupt.
 The document does not conform to the PDF/A-1a standard.
 Done.
{quote}
I'm only focusing on the repetition in this issue.

 
{code:xml}
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta 
xmlns:x="adobe:ns:meta/">
  <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
    <rdf:Description xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/"; 
rdf:about="">
      <pdfaid:part>1</pdfaid:part>
      <pdfaid:conformance>A</pdfaid:conformance>
    </rdf:Description>
    <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/"; rdf:about="">
      <pdf:Producer>LibreOffice 5.4</pdf:Producer>
    </rdf:Description>
    <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/"; rdf:about="">
      <xmp:CreatorTool>Writer</xmp:CreatorTool>
      <xmp:CreateDate>2020-05-31T20:54:08+02:00</xmp:CreateDate>
    </rdf:Description>
    <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/"; rdf:about="">
      <pdf:Keywords/>
      <pdf:Producer>LibreOffice 5.4</pdf:Producer>
    </rdf:Description>
    <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/"; rdf:about="">
      <xmp:ModifyDate>2020-06-03T08:38:15+02:00</xmp:ModifyDate>
      <xmp:CreateDate>2020-05-31T20:54:08+02:00</xmp:CreateDate>
      <xmp:CreatorTool>Writer</xmp:CreatorTool>
      <xmp:MetadataDate>2020-06-03T08:38:15+02:00</xmp:MetadataDate>
    </rdf:Description>
    <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/"; rdf:about="">
      <dc:title>
        <rdf:Alt>
          <rdf:li xml:lang="x-default">Default Title</rdf:li>
        </rdf:Alt>
      </dc:title>
      <dc:creator>
        <rdf:Seq>
          <rdf:li>PDFBox</rdf:li>
        </rdf:Seq>
      </dc:creator>
      <dc:description>
        <rdf:Alt>
          <rdf:li xml:lang="x-default">Default Subject</rdf:li>
        </rdf:Alt>
      </dc:description>
    </rdf:Description>
  </rdf:RDF>
</x:xmpmeta><?xpacket end="w"?>
 {code}

  was:
We don't catch this:

https://www.pdf-online.com/osa/validate.aspx
Validating file "Testdok-modified-003.pdf" for conformance level pdfa-1a
Multiple occurrences of property 'pdf:Producer'.
Multiple occurrences of property 'xmp:CreateDate'.
Multiple occurrences of property 'xmp:CreatorTool'.
The value of the key ToUnicode is invalid but must be compliant to the 
ToUnicode CMap format.
The document does not conform to the requested standard.
The document contains fonts without appropriate character to unicode mapping 
information (ToUnicode maps).
The document's meta data is either missing or inconsistent or corrupt.
The document does not conform to the PDF/A-1a standard.
Done.

I'm only focusing on the repetition in this issue.


> Preflight doesn't catch repetition of elements in XMP
> -----------------------------------------------------
>
>                 Key: PDFBOX-4860
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4860
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Preflight
>    Affects Versions: 2.0.19
>            Reporter: Tilman Hausherr
>            Priority: Major
>             Fix For: 3.0.0 PDFBox, 2.0.21
>
>         Attachments: Testdok-modified-003.pdf
>
>
> We don't catch this:
> [https://www.pdf-online.com/osa/validate.aspx]
> {quote}
>  Validating file "Testdok-modified-003.pdf" for conformance level pdfa-1a
>  Multiple occurrences of property 'pdf:Producer'.
>  Multiple occurrences of property 'xmp:CreateDate'.
>  Multiple occurrences of property 'xmp:CreatorTool'.
>  The value of the key ToUnicode is invalid but must be compliant to the 
> ToUnicode CMap format.
>  The document does not conform to the requested standard.
>  The document contains fonts without appropriate character to unicode mapping 
> information (ToUnicode maps).
>  The document's meta data is either missing or inconsistent or corrupt.
>  The document does not conform to the PDF/A-1a standard.
>  Done.
> {quote}
> I'm only focusing on the repetition in this issue.
>  
> {code:xml}
> <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?><x:xmpmeta 
> xmlns:x="adobe:ns:meta/">
>   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
>     <rdf:Description xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/"; 
> rdf:about="">
>       <pdfaid:part>1</pdfaid:part>
>       <pdfaid:conformance>A</pdfaid:conformance>
>     </rdf:Description>
>     <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/"; rdf:about="">
>       <pdf:Producer>LibreOffice 5.4</pdf:Producer>
>     </rdf:Description>
>     <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/"; rdf:about="">
>       <xmp:CreatorTool>Writer</xmp:CreatorTool>
>       <xmp:CreateDate>2020-05-31T20:54:08+02:00</xmp:CreateDate>
>     </rdf:Description>
>     <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/"; rdf:about="">
>       <pdf:Keywords/>
>       <pdf:Producer>LibreOffice 5.4</pdf:Producer>
>     </rdf:Description>
>     <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/"; rdf:about="">
>       <xmp:ModifyDate>2020-06-03T08:38:15+02:00</xmp:ModifyDate>
>       <xmp:CreateDate>2020-05-31T20:54:08+02:00</xmp:CreateDate>
>       <xmp:CreatorTool>Writer</xmp:CreatorTool>
>       <xmp:MetadataDate>2020-06-03T08:38:15+02:00</xmp:MetadataDate>
>     </rdf:Description>
>     <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/"; rdf:about="">
>       <dc:title>
>         <rdf:Alt>
>           <rdf:li xml:lang="x-default">Default Title</rdf:li>
>         </rdf:Alt>
>       </dc:title>
>       <dc:creator>
>         <rdf:Seq>
>           <rdf:li>PDFBox</rdf:li>
>         </rdf:Seq>
>       </dc:creator>
>       <dc:description>
>         <rdf:Alt>
>           <rdf:li xml:lang="x-default">Default Subject</rdf:li>
>         </rdf:Alt>
>       </dc:description>
>     </rdf:Description>
>   </rdf:RDF>
> </x:xmpmeta><?xpacket end="w"?>
>  {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to