Did you find this guide helpful?
Some test text!
Xamarin / Guides
To convert different formats to PDF Documents.
// 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