Cimbali / pympress

Pympress is a simple yet powerful PDF reader designed for dual-screen presentations
https://cimbali.github.io/pympress/
GNU General Public License v2.0
1.14k stars 88 forks source link

Save PDF with the Highlights #316

Open Cimbali opened 5 months ago

Cimbali commented 5 months ago

Discussed in https://github.com/Cimbali/pympress/discussions/315

Originally posted by **Lazaro10e0** April 10, 2024 [I would like to] save the PDF with the "Highlight" that I have been writting through the class […]
Cimbali commented 4 months ago

It seems Poppler has an annotation type called POLY_LINE which would be what we need, but I don’t see the class inheriting from PopplerAnnotMarkup that implements poly lines. PopplerAnnotLine exists but seems to be only for lines with a start and end point, and no intermediate points…