plangrid / pdf-annotate

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

Overwrite flag with True will error #73

Open sceniclife opened 3 years ago

sceniclife commented 3 years ago

Attempting to use Overwrite flag with True will result in the following error:

AttributeError: 'PdfAnnotator' object has no attribute '_filename'

https://github.com/plangrid/pdf-annotate/blob/e78638d71f156ed79e8384e3bac54d638136211c/pdf_annotate/annotator.py#L314