pdf_to_image_converter 0.0.1
pdf_to_image_converter: ^0.0.1 copied to clipboard
A new Flutter package for pdf to image converter.
pdf_to_image_converter #
A Flutter package to convert PDF pages to images and save them to the gallery.
Features #
- Select a PDF file from the device.
- Render PDF pages as images.
- Save rendered images to the device's gallery.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
pdf_to_image_converter: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:pdf_to_image_converter/pdf_to_image_converter.dart';
Example #
The pdf_to_image_converter package allows you to select a PDF file, render its pages as images, and save them to the gallery.
Next Goals #
|