ancwrd1 / qpdf-rs

Rust bindings for QPDF C++ library
17 stars 7 forks source link

Add function to check if PDF has warnings #7

Closed schneini closed 9 months ago

schneini commented 9 months ago

Hi, I use QPDF to fix slightly "broken" PDFs by simply reading and writing them. I needed a way to check if any warnings occurred while reading a PDF so that I know that something is wrong with it and that I need to write it to a new file.

ancwrd1 commented 9 months ago

Thanks!