/MauiPDFViewerBinding

An example of how to integrate native PDF viewer with the slim binding technique in .NET MAUI.

Primary LanguageObjective-CMIT LicenseMIT

Maui PDF Viewer Binding

An example of how to integrate native PDF viewer with the slim binding technique in .NET MAUI.

Table of contents

Requirements

Usage

.NET MAUI

Build and run the project directly. The framework are already build.

Android Binding

Run build.sh in Android.Native to rebuild/modify the binding framework. You can open the binding project with android studio to test. There is an android app there. Copy the jars that are needed to Android.Binding.

iOS Binding

Run build.sh in iOS.Native to rebuild/modify the binding framework. Sharpie does make an error but the file is generated correctly. You can open the binding xcodeproj with xcode to test. Copy the xcframework that are neaded to iOS.Binding.

More