Xamarin bindings library for PdfBox-Android from Tom Roush.
Allows creation of new PDF documents, manipulation of existing
documents and the ability to extract content from documents.
Before calls to PDFBox are made it is highly recommended to initialize the library's resource loader.
Add the following line before calling PDFBox methods:
PDFBoxResourceLoader.Init(Application.Context);
An example app is located in the Sample
directory and includes examples of common tasks.
-Currently based on PdfBox-Android v2.0.22.0
-Requires API 19 or greater for full functionality
I am not associated with either PdfBox-Android or PdfBox.
All rights belong to their respective owners.
Xamarin.Android.PdfBox is licensed under Apache-2.0