Askaiser.Android.MuPDF
1.3.0
See the version list below for details.
dotnet add package Askaiser.Android.MuPDF --version 1.3.0
NuGet\Install-Package Askaiser.Android.MuPDF -Version 1.3.0
<PackageReference Include="Askaiser.Android.MuPDF" Version="1.3.0" />
paket add Askaiser.Android.MuPDF --version 1.3.0
#r "nuget: Askaiser.Android.MuPDF, 1.3.0"
// Install Askaiser.Android.MuPDF as a Cake Addin #addin nuget:?package=Askaiser.Android.MuPDF&version=1.3.0 // Install Askaiser.Android.MuPDF as a Cake Tool #tool nuget:?package=Askaiser.Android.MuPDF&version=1.3.0
A port of the MuPDF Android library for Xamarin Android. With this library, you will be able to read, write, update PDF files as well as convert pages to images.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid41 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.3.0
DLL size reduced by 90% (4.3 MB) by removing support for CJK fonts and Google Noto fonts (there are fallback fonts). If CJK is really needed, I will create another Nuget package.
v1.2.0
Breaking change: namespace "Com.Artifex.Mupdfdemo" has been renamed "Artifex.MuPdf".
MuPDF native library has been updated to v1.9a.
This package now only include "armeabiv7" and "x86". Support for "mips" and "armeabi" has been removed to make the package lighter.
Please look at the getting started guide in the project GitHub repository.