Saving documents

On this page

By default save() rasterizes every page of the redacted document into images and writes a single PDF next to the source file, so the result can be shared without any chance of recovering the removed content. You control this through the rasterize_to_pdf property of SaveOptions (or enabled on RasterizationOptions), and you can redirect the output to a stream for any custom location. The topics below show each saving scenario.

In this section

On this page