The PDF Converter API provides functionality to convert PDF files to Xlsx, Xlsb, Xlsm, Xltm, Xlam, Excel97To2003, Excel95, SpreadsheetML, Xlt, Csv, Tsv, SqlScript, Dif, Xml, Epub, Azw3, Html, MHtml, Json, and more, as well as converting other file types like Excel spreadsheets into PDFs.
Integrate the PDF Converter into your .NET project by following these steps:
Process method to perform the conversionTo get started with the PDF Converter:
var loadOptions = new Sheetize.LoadOptions {
InputFile = "D:\\Input.xlsx",
};
var saveOptions = new PdfSaveOptions {
OutputFile = "D:\\Output.pdf"
};
PdfConverter.Process(loadOptions, saveOptions);
PDF Converter supports converting Xlsx, Xlsb, Xlsm, Xltm, Xlam, Excel97To2003, Excel95, SpreadsheetML, Xlt, Csv, Tsv, SqlScript, Dif, Xml, Epub, Azw3, Html, MHtml, Json to PDF, as well as converting documents like Excel spreadsheets to PDF.
Yes, encrypted PDFs can be converted with proper credentials.
Yes, you can customize various output settings through the PdfSaveOptions, such as specifying the output quality and document settings.
Yes, you can specify particular pages to convert.
Yes, the converter supports converting PDFs to formats like Excel, depending on the capabilities provided.