Class PdfConverter
Class PdfConverter
Convertir per a la conversió de fitxers de model a PDF.
public class PdfConverter
Inheritance
Membres heretats
- 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(Opcions de càrrega, PdfSaveOptions)
Convertir el fitxer de model a PDF
public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parameters
loadOptions
LoadOptions : Opcions per a la entrada i càrrega:saveOptions
PdfSaveOptions : Opcions per a la producció i estalvi
Nom dels espais: Sheetize Assemblea de l’Assemblea: Sheetize.dll