public class PdfConverter
extends java.lang.Object
Example
PdfConverter.process("template.xlsx", "res.pdf");
| Modifier and Type | Method and Description |
|---|---|
static void |
process(LowCodeLoadOptions loadOptions,
LowCodeSaveOptions saveOptions)
Converts template file to pdf
|
static void |
process(java.lang.String templateFile,
java.lang.String resultFile)
Converts given template file to pdf.
|
public static void process(java.lang.String templateFile,
java.lang.String resultFile)
templateFile - The template file to be convertedresultFile - The resultant file, it must be pdf file.public static void process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
loadOptions - Options for input and loadingsaveOptions - Options for output and savingSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.