Redact text search result

This commit is contained in:
Jakub Melka
2020-12-30 18:26:45 +01:00
parent 19dd761f35
commit 00e67ec2b1
14 changed files with 244 additions and 3 deletions

View File

@ -78,8 +78,6 @@ PDFDocument PDFRedact::perform(Options options)
}
builder.setPageRotation(newPageReference, page->getPageRotation());
// TODO: Redact searched text
PDFPageContentStreamBuilder contentStreamBuilder(&builder);
QPainterPath redactPath;