combine_pdf
combine_pdf copied to clipboard
A Pure ruby library to merge PDF files, number pages and maybe more...
# The problem: When I combine 2 slips that have a barcode, part of the document disappears from the final file. See the attached images for more details. Turning the...
I suspect that the input PDF that I'm dealing with is invalid...but I wanted to mention that it was working in 1.0.20, but no longer in 1.0.21. The PDF appears...
Fixes: #191 It looks that some version of HP Scan produces invalid pdf files. Where the length value would point ot of the file. ``` 8 0 obj stream endstream...
Hi there, I found an error while parsing PDF. When parsing a PDF file containing an empty object like following, ``` 14 0 obj > endobj ... /Resources 14 0...
#194 Hoping to allow a caller to override all the metadata fields in the @Info hash. Hopefully this is relatively uncontroversial! It's a bit verbose handling CreationDate and ModDate --...
This plays better with bootsnap and such, and ensure code won't be loaded twice. I looked in the history why `load` was used, but couldn't find any reason. cc @boazsegev
Hi, We've just encountered this issue with an pdf that we're attaching to our pdf generation process. I'm not too sure the cause of this other than the fact that...
Hello, I have been using `combine_pdf` for quite some time and it worked great. And recently I've found a valid docx file which seems to break CombinePDF parser, it goes...
Here's an extremely rudimentary naive fuzzer for `combine_pdf` : ```ruby #!/usr/bin/env ruby #################################################### # ------------------------------------------------ # # Fuzz combine_pdf Ruby gem with mutated PDF files # # ------------------------------------------------ # #...