plangrid / pdf-annotate

Pure-python library for adding annotations to PDFs
MIT License
195 stars 45 forks source link

MAINT - Allow instantiating PdfAnnotator with a PdfReader class #46

Closed mjbryant closed 5 years ago

mjbryant commented 5 years ago

This will allow us to clean PDFs beforehand using qpdf and test that pdfrw can parse them while avoiding having to instantiate the reader twice.

ssheldonpg commented 5 years ago

Should we bumping the package version since we changed a main interface?

mjbryant commented 5 years ago

I'll bump the minor version since it's adding functionality but backwards-compatible.