Andreas Røsdal
Andreas Røsdal
We still get this error in production when reading some PDF files using OpenPDF 1.3.30. https://github.com/LibrePDF/OpenPDF/blob/05ff04f1da01052b695443f243d577f724a216d4/openpdf/src/main/java/com/lowagie/text/pdf/PdfReader.java#L1164 ``` java.lang.NullPointerException at com.lowagie.text.pdf.PdfReader.readPages(PdfReader.java:1164) at com.lowagie.text.pdf.PdfReader.readPdf(PdfReader.java:627) at com.lowagie.text.pdf.PdfReader.(PdfReader.java:212) at com.lowagie.text.pdf.PdfReader.(PdfReader.java:196) at no.foo.bar.split(PdfDocument.java:91) ``` @chappyer...
Thanks for reporting this. Pull-requests welcome! @max-faupel Perhaps you can try to fix this yourself?
> Who knows what's the reason for setting those limits? I don't know. Maybe we can make them configurable? What does iText do?
Any news on this? Can this PR be merged now?
Thanks for reporting this. Pull requests welcome!
Please remove the dependency on Pdfbox.
> Hi all, It's been a long time since I've contributed here, and would be please to help improve documentation or samples. How can I help you? https://github.com/LibrePDF/OpenPDF/wiki/Tutorial - This...
@albfernandez Can you please help at this? https://github.com/LibrePDF/OpenPDF/blob/bff6520a368fe0a35b443740a36cba108f4ed1a4/openpdf/src/main/java/com/lowagie/text/pdf/MappedRandomAccessFile.java#L220
Thanks for sharing! Can you please submit this code as a pull request to OpenPDF? Create a new Java class for it. Then we can add this as a new...
Sure, please submit a pull request for this. @ObsisMc