MauiNativePdfView
A high-performance, cross-platform PDF viewer for .NET MAUI
File Explorer
Download Latest Version (.zip)- publish.yml
- icon.png
- icon.svg
- colors.xml
- AndroidManifest.xml
- MainActivity.cs
- MainApplication.cs
- PrivacyInfo.xcprivacy
- AppDelegate.cs
- Info.plist
- Program.cs
- AppDelegate.cs
- Entitlements.plist
- Info.plist
- Program.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Package.appxmanifest
- launchSettings.json
- appicon.svg
- appiconfg.svg
- OpenSans-Regular.ttf
- OpenSans-Semibold.ttf
- dotnet_bot.png
- sample.pdf
- sample_with_annotations.pdf
- splash.svg
- Colors.xaml
- Styles.xaml
- App.xaml
- App.xaml.cs
- AppShell.xaml
- AppShell.xaml.cs
- MauiPdfViewerSample.csproj
- MauiProgram.cs
- PdfTestPage.xaml
- PdfTestPage.xaml.cs
- SampleDocument.cs
- EventArgs.cs
- FitPolicy.cs
- IPdfView.cs
- PageAlignment.cs
- PdfDisplayMode.cs
- PdfSource.cs
- PdfSourceTypeConverter.cs
- ScrollOrientation.cs
- PdfViewAndroid.cs
- PdfViewHandler.cs
- PdfViewHandler.cs
- PdfViewiOS.cs
- MauiAppBuilderExtensions.cs
- MauiNativePdfView.csproj
- PdfView.cs
- XmlnsDefinitions.cs
- AboutAdditions.txt
- ahmer-pdfium-1.9.2.aar
- ahmer-pdfviewer-2.0.1.aar
- EnumFields.xml
- EnumMethods.xml
- Metadata.xml
- MauiNativePdfView.Android.Binding.csproj
- .gitignore
- Directory.Build.props
- LICENSE
- MauiNativePdfView.sln
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/TheEightBot/MauiNativePdfView
Downloads the entire project code from GitHub to your computer.
cd MauiNativePdfView
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package MauiNativePdfView
Type this command into your terminal and run it.
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
Type this command into your terminal and run it.
dotnet restore
Downloads the packages the project depends on.
dotnet build
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
