Documentation
Some test text!
Unlike other APIs, most of PDFTron Xamarin APIs are identical on Android, iOS, and UWP. So you can learn & develop faster and simplify maintenance.
Start with just what you need and seamlessly add features such as reflow, redaction, and MS Office support from the most comprehensive SDK on the market.
Create winning document experiences with the power & flexibility of complete UI source code customization. No limits!
Support current and future use cases with the most complete PDF & Office SDK on the market.
All FeaturesSupport for 30+ file formats, including PDF, PDF/A, HTML, SVG, PNG, and Microsoft Office.
All File FormatsEverything you need to quickly build a prototype, and for a great development experience.
DocumentationPDFTron is easy to get up and running with popular package managers and a few lines of code.
using pdftron.PDF.Controls;
// load file from internal storage
var localFile = Uri.FromFile(new File("tiger.pdf"));
DocumentActivity.OpenDocument(this, localFile);