-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix XMP write #8658
Fix XMP write #8658
Conversation
Additonally: Rename file -> path
fixes #8657 |
We need the hacky workarounds because of Apache PDF Box 3.0 limitations
See https://issues.apache.org/jira/browse/PDFBOX-4028 for a discussion. There is a warning output Source code: |
Some other programmers might also have issues with corrupt PDFs: https://stackoverflow.com/q/68904812/873282 |
Think, we need a log bridge for |
I set this ready-for-review. I can undo the logging change if you want. See https://www.slf4j.org/legacy.html I "hacked" with |
The logging change results in method too large on windows |
Edit: Never mind. Had not downloaded newest changes on main branch yet. After I did that, no error. except the usual warning:
Edit 2: Can still trigger this error with newest version of pull request:
|
Works without errors for me. |
Note to self: File Annotation Service worked better if temp file is written to |
Follow-up to #8656 after feedback.
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)