Class PdfConverter
Info
Converter for converting template file to pdf.
public class PdfConverter
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Examples
[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.OutputFile = "res.pdf";
PdfConverter.Process(loadOptions, saveOptions);
Methods
Process(LoadOptions, PdfSaveOptions)
Converts template file to pdf
public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parameters
loadOptions
LoadOptions: Options for input and loading:saveOptions
PdfSaveOptions: Options for output and saving
Namespace: Sheetize Assembly: Sheetize.dll