PdfConverter.Process

Process(string, string)

Converts given template file to pdf.

public static void Process(string templateFile, string resultFile)
ParameterTypeDescription
templateFileStringThe template file to be converted
resultFileStringThe resultant file, it must be pdf file.

See Also


Process(LowCodeLoadOptions, LowCodeSaveOptions)

Converts template file to pdf

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
ParameterTypeDescription
loadOptionsLowCodeLoadOptionsOptions for input and loading
saveOptionsLowCodeSaveOptionsOptions for output and saving

See Also