v0.1.3+3
pdf_previewer
지정된 경로에서 PDF 파일의 선택한 페이지 미리보기를 생성하는 방법을 제공합니다.
12좋아요 2030일 다운로드40Pub 점수
플랫폼 정보 없음
PDF 파일에서 간단한 PNG 페이지 미리보기 생성기를 제공합니다
{"sdk":"flutter"}^1.1.5아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
PDF Previewer plugin alows you to generate PNG's of specified pages from a provided PDF file source.
First, add pdf_previewer as a dependency in your pubspec.yaml file.
pdf_previewer: ^0.1.0
Add <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> to your app AndroidManifest.xml file.
No permissions required.
Demo
Check the example app.
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.