save_to_pdf method
save_to_pdf
Saves the memory data to the file path,the save format is pdf.
def save_to_pdf(self, path):
...
Parameter | Type | Description |
---|---|---|
path | str | The file path to save. |
save_to_pdf
Saves the memory data to the sream,the save format is pdf.
def save_to_pdf(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The stream to save. |
See Also
- module
aspose.cellsgridjs
- class
GridJsWorkbook