Some test text!

Search
Hamburger Icon

Xamarin / Guides

Convert multiple file types to PDF in Xamarin

To convert different formats to PDF Documents.

See all supported formats here: Supported File Formats .
// Start with a PDFDoc (the conversion destination)
PDFDoc doc = new PDFDoc();

// perform the conversion with no optional parameters
Convert.ToPdf(doc, filename);

Get the answers you need: Chat with us