Some test text!
To convert PDF documents to different format types.
PDFDoc doc = new PDFDoc(filename);
// Convert PDF document to SVG
Convert.toSvg(doc, output_filename + ".svg");
// Convert PDF document to XPS
Convert.toXps(filename, output_filename + ".xps");
// Convert PDF document to multipage TIFF
Convert.TiffOutputOptions tiff_options = new Convert.TiffOutputOptions();
tiff_options.SetDPI(200);
tiff_options.SetDither(true);
tiff_options.SetMono(true);
Convert.toTiff(filename, output_filename + ".tiff", tiff_options);
// Convert PDF to XOD
Convert.toXod(filename, output_filename + ".xod");
Get the answers you need: Support
Get unlimited trial usage of PDFTron SDK to bring accurate, reliable, and fast document processing capabilities to any application or workflow.
Select a platform to get started with your free trial.
Web
Android
iOS
Windows
Linux
Unlimited usage. No email address required.