Marisol
Marisol copied to clipboard
Library for bates numbering, text-stamping, and redacting PDF files.
Bumps [reportlab](http://www.reportlab.com/) from 3.3.0 to 3.5.55. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. Release notes Sourced from pypdf2's releases. Version 1.27.5, 2022-04-15 Security (SEC) ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG) Fix merging encrypted files...
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ The following is, in fact, installed: Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.241...
Redactions in Marisol do not remove the 'text layer'/text showing operators of a PDF file. i.e. While the portion of a PDF file that previously contained visible text is now...
Redactions are generally black in colour. But I propose adding white, as digital documents are often exported as PDFs rather than just scanned. For those, white is a sometimes more...
The current example states: from marisol import Area, Marisol m = Marisol("TEST", 6, 1) m.append('myPdf.pdf') overlay = StaticOverlay("CONFIDENTIAL") doc = m[0] doc.add_overlay(overlay, Area.BOTTOM_LEFT) This does not work. I modified the...
Bumps [reportlab](http://www.reportlab.com/) from 3.3.0 to 3.6.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.9. Release notes Sourced from pypdf2's releases. Version 1.27.9, 2022-04-24 What's Changed A change I would like to highlight is the performance improvement for large...