Convert multiple file types to PDF in Android

To convert different formats to PDF Documents.

See all supported formats here: Supported File Formats .

1// Start with a PDFDoc (the conversion destination)
2PDFDoc doc = new PDFDoc();
3
4// perform the conversion with no optional parameters
5Convert.toPdf(doc, filename);

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales