Package | Description |
---|---|
com.groupdocs.redaction |
The package provides classes for redacting sensitive information from documents in PDF, raster image and office document formats.
|
com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
com.groupdocs.redaction.options |
The package provides load and save options classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Redactor.save(OutputStream document,
RasterizationOptions rasterizationOptions)
Saves the document to a stream, including custom location.
|
Modifier and Type | Method and Description |
---|---|
void |
IRasterizableDocument.rasterize(OutputStream output,
RasterizationOptions options)
Saves the document to a stream as a PDF with page range and compliance options.
|
Modifier and Type | Method and Description |
---|---|
RasterizationOptions |
SaveOptions.getRasterization()
Gets the rasterization settings.
|