-
Notifications
You must be signed in to change notification settings - Fork 677
Closed
Labels
Description
I'm starting from the idea you can « censor » part of the document by adding an overlay, but like wiki said, it's just an overlay, text is still present on the document.
I'm looking for a way where you can't get original content. One easy idea is to simply rasterize content, so original text won't be physically present at all. This is clearly not optimal for document size, but it works :p
There is already a page.get_pixmap() which does that actually. The feature request here would be a simple way to convert a whole document to a rasterized version of that document.
In the meantime, I'm testing some snippet to do it manually. :)