Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.27 KB

Xamarin.Android.PdfBox

NuGet Badge

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.

Usage

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.

Important notes

-Currently based on PdfBox-Android v2.0.22.0
-Requires API 19 or greater for full functionality

License

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