Class PdfConverter
PdfConverter class
Converter for converting template file to pdf.
public class PdfConverter
Methods
| Name | Description |
|---|---|
| static Process(LowCodeLoadOptions, LowCodeSaveOptions) | Converts template file to pdf |
| static Process(string, string) | Converts given template file to pdf. |
Examples
[C#]
PdfConverter.Process("template.vsdx", "result.pdf");
See Also
- namespace Aspose.Diagram.LowCode
- assembly Aspose.Diagram