Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum capacity of an array (in elements) is 8191 #847

Open
AlqanbarRami opened this issue Apr 2, 2024 · 2 comments
Open

Maximum capacity of an array (in elements) is 8191 #847

AlqanbarRami opened this issue Apr 2, 2024 · 2 comments
Labels
bug Something isn't working libreoffice

Comments

@AlqanbarRami
Copy link

I am trying to convert some files into PDF/A-1b format and am receiving a response code of 200. However, when I check the file in VeraPDF, I see that the file has not been converted correctly. I am getting the following error details:

Error details:
The maximum capacity of an array (8191) is exceeded.

Object type: CosArray
Test condition: size <= 8191
Specification: ISO 19005-1:2005
Levels: A, B
Additional references:
PDF Reference 1.4, Table C.1

@gulien
Copy link
Collaborator

gulien commented Apr 2, 2024

Hello @AlqanbarRami,

It has been converted successfully… for the most part. If it’s not 100% valid, it’s an issue within LibreOffice, and, good news, it has already been reported in their bug tracker: https://bugs.documentfoundation.org/show_bug.cgi?id=160196. Now we have to wait for a fix.

@gulien gulien added bug Something isn't working libreoffice labels Apr 2, 2024
@AlqanbarRami
Copy link
Author

Hello again, @gulien!

Thank you for your response. I understand now that the file has indeed been converted, but it isn't compliant with the PDF/A-1b standard. Interestingly, when I attempted to convert the same file to PDF/A-3b, it converted successfully and was compliant with the PDF/A-3b standard. It appears that the issue is isolated to the conversion process for PDF/A-1b and PDF/A-2b.

I've uploaded the file due to its size. It's worth noting that this issue isn't isolated to just this one file; I have 2-3 other files encountering the same problem.
https://easyupload.io/z4i0l7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libreoffice
Projects
None yet
Development

No branches or pull requests

2 participants