GridJsWorkbook.SaveToPdf
SaveToPdf(string)
Saves the memory data to the file path,the save format is pdf.
public void SaveToPdf(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | The file path to save. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
SaveToPdf(Stream)
Saves the memory data to the sream,the save format is pdf.
public void SaveToPdf(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | The stream to save. |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs