rasterize method
Leave feedback
On this page
Saves the document to a stream as a PDF.
def rasterize(self, output):
...
| Parameter | Type | Description |
|---|---|---|
| output | io.RawIOBase |
Target stream. |
Saves the document to a stream as a PDF with page range and compliance options.
def rasterize(self, output, options):
...
| Parameter | Type | Description |
|---|---|---|
| output | io.RawIOBase |
Target stream. |
| options | RasterizationOptions |
PDF conversion options. |
- class
IRasterizableDocument
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.