MauiNativePdfView
A high-performance, cross-platform PDF viewer for .NET MAUI
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/TheEightBot/MauiNativePdfView
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd MauiNativePdfView
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet add package MauiNativePdfView
이 명령어를 터미널에 그대로 입력해 실행하세요.
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet build
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
