<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Export to PDF/A is not PDF/A conformant (ISO 19005-1:2005, Clause: 6.1.12, Test number: 5 - Maximum capacity of an array (in elements) is 8191)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136923">136923</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Export to PDF/A is not PDF/A conformant (ISO 19005-1:2005, Clause: 6.1.12, Test number: 5 - Maximum capacity of an array (in elements) is 8191)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.1.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jan.prochaska@archimetes.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I have a bug where a document exported to PDF/A is not PDF/A conformant.
The bug is similar to <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Export to PDF/A-1a is not PDF/A conformant"
   href="show_bug.cgi?id=136805">Bug 136805</a> (in overall result, but seems otherwise
unrelated).

Steps to Reproduce:
We use the uno interface on a localhost socket
with following filterparam

filterParam.Name = "SelectPdfVersion";
filterParam.Value = Integer.valueOf(1); // 0 = PDF 1.4 (default selection). 1 =
PDF/A-1 (ISO 19005-1:2005)
filterParams.add(filterParam);

, but the the behaviour is reproducible via GUI as well:
1. Open the attached PDF in LibreOffice
2. Choose File -> Export as PDF with PDF/A checked

Actual Results:
PDF is produced and metadata claim PDF/A conformance level/profile.
In fact there is a problem:

Specification: ISO 19005-1:2005, Clause: 6.1.12, Test number: 5 
Maximum capacity of an array (in elements) is 8191

The problem can be reproduced by the VeraPDF CLI utility or using its online
demo (<a href="https://demo.verapdf.org/">https://demo.verapdf.org/</a>)

Expected Results:
The PDF produced is really a PDF/A, passing validation checks.
Note:
The input file has problems of its own.
It claims PDF/A conformance but it's not a PDF/A file.
Never the less the output file


Reproducible: Always


User Profile Reset: No



Additional Info:
None</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>