Description
These drawings (check also text, etc.) aren't shown, but they might still contain sensitive data. It was discovered using pypdf's test sample: https://github.com/py-pdf/sample-files/tree/main/009-pdflatex-geotopo
Implementation
- try using quasi infinite redaction rectangles around page, and then use PyMuPDF's redaction capabilities?
- manually remove drawings using loop over operations in page contents, like in !114, may use pypdf for that
## Description
These drawings (check also text, etc.) aren't shown, but they might still contain sensitive data. It was discovered using pypdf's test sample: https://github.com/py-pdf/sample-files/tree/main/009-pdflatex-geotopo
## Implementation
- try using quasi infinite redaction rectangles around page, and then use PyMuPDF's redaction capabilities?
- manually remove drawings using loop over operations in page contents, like in !114, may use pypdf for that