xonoma

Results 3 issues of xonoma

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...