plangrid / pdf-annotate

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

how to apply multiple annotations from a list of coordinates #72

Open yahyaghani opened 3 years ago

yahyaghani commented 3 years ago

having tried countless libraries, I have been impressed with the simplicity and effectiveness of pdf-annotate. However I am yet to understand how to implement annotations on a list of x1,y1,x2,y2 coordinates . Any help will be greatly appreciated.