PdfConverter.Process
Process(string, string)
Converts given template file to pdf.
public static void Process(string templateFile, string resultFile)
| Parameter | Type | Description |
|---|---|---|
| templateFile | String | The template file to be converted |
| resultFile | String | The resultant file, it must be pdf file. |
See Also
- class PdfConverter
- namespace Aspose.Diagram.LowCode
- assembly Aspose.Diagram
Process(LowCodeLoadOptions, LowCodeSaveOptions)
Converts template file to pdf
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
| Parameter | Type | Description |
|---|---|---|
| loadOptions | LowCodeLoadOptions | Options for input and loading |
| saveOptions | LowCodeSaveOptions | Options for output and saving |
See Also
- class LowCodeLoadOptions
- class LowCodeSaveOptions
- class PdfConverter
- namespace Aspose.Diagram.LowCode
- assembly Aspose.Diagram