Class PdfConverter

PdfConverter class

Converter for converting template file to pdf.

public class PdfConverter

Methods

NameDescription
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