lehmi commented on PR #208:
URL: https://github.com/apache/pdfbox/pull/208#issuecomment-3037254225
Please reformat the code first using our formatter rules to make it easier
to evaluate your proposed changes
--
This is an automated message from the Apache Git Service.
To respond to the me
SwethaMuthuvel opened a new pull request, #208:
URL: https://github.com/apache/pdfbox/pull/208
## 🧩 What This PR Does
This pull request improves the robustness and debuggability of
`PDFMergerUtility` by:
1. **Adding a `skipCorruptFiles` flag**
- Allows users to skip unr
THausherr commented on PR #208:
URL: https://github.com/apache/pdfbox/pull/208#issuecomment-3037762889
I'm wondering what the use case of this change would be. Wouldn't the target
file be worthless if parts of the source is missing?
Is this for a school / university project, or is thi