Skip to content

Xamarin bindings library for the PdfBox-Android library from Tom Roush.

Notifications You must be signed in to change notification settings

gsgou/Xamarin.Android.PdfBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Xamarin bindings library for the PdfBox-Android library from Tom Roush.

Resources

Stars

Watchers

Forks

Packages

No packages published