Method SaveAsPdf
SaveAsPdf(string, TdsProjectSavePdf)
Save all the documents in the project in PDF format
Declaration
string[] SaveAsPdf(string folderName, TdsProjectSavePdf options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | folderName | Path of location where to save files |
| TdsProjectSavePdf | options | Save project to PDF options |
Returns
| Type | Description |
|---|---|
| string[] | Array of full file paths for all the output PDF files created |