Some test text!
Java code for converting Excel documents to PDF using PDFTron SDK. The conversion has no external dependencies and does not require a Microsoft Office or Excel license. Perform Excel to PDF conversion on a Linux or Windows server to automate Excel-centric workflows. Combine the conversion functionality with our Viewer to display or annotate Excel files (xlsx) on all major platforms, including Web, Android, iOS, Xamarin, UWP, and Windows. Learn more about our Java PDF Library and Office Document Conversion Library .
Convert Excel to PDF Java sample, get started with a free trial of PDFTron SDK by clicking the link below.
Java
Convert to PDF
// Start with a PDFDoc (the conversion destination)
PDFDoc pdfdoc = new PDFDoc();
// perform the conversion with no optional parameters
Convert.officeToPdf(pdfdoc, inputFilename, null);
// save the result
pdfdoc.save(outputFilename, SDFDoc.SaveMode.REMOVE_UNUSED, null);
PDFTron SDK
COMPANY