pdf
pdf copied to clipboard
Rust library to read, manipulate and write PDF files.
I am having crashes using czkawka_gui and the logs indicate the problem is in the pdf parsing stack (checking for "broken" files) ``` PDF-rs library crashed when opening ""/one/file.pdf"" pdf,...
Last version was released more than 1 year ago and since this time I see that library was greatly improved but I can't use them due needing to use only...
Add Digital Signatures support.
Thanks for this amazing library! 🙏🏼 The library panicked when I was trying to parse a pdf with forms. My idea was to extract and read the digital signatures from...
Hello! I'm just trying to run some of the examples provided, and I'm not able to build after cloning the repo. The branch is at: ``` 30db112 2022-02-23 | fixes:...
Right now there is no method of defining how much incorrect data should be tolerated. But I need to: - parse pdfs in "best effort" mode, getting as much data...
Right now Image decoding is part of this crate behind various feature gates. - Not everyone actually wants to decode images. - There are two C libraries used to decode...
Hi, I've been playing with the master branch of this amazing crate. My goal was to extract text from a PDF, that has text in german. Seems like the umlauts...
Hi, I got a panic when loading some PDFs. They are displayed fine in the viewer. I have attached an example of a PDF that can be reproduced. Is there...
Needed for a sane implementation of https://github.com/grafeia/grafeia/issues/2