Re: [PR] Add option to skip corrupt PDFs in PDFMergerUtility with improved exception handling [pdfbox]

2025-07-04 Thread via GitHub
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

[PR] Add option to skip corrupt PDFs in PDFMergerUtility with improved exception handling [pdfbox]

2025-07-04 Thread via GitHub
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

Re: [PR] Add option to skip corrupt PDFs in PDFMergerUtility with improved exception handling [pdfbox]

2025-07-04 Thread via GitHub
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