pdfrx 2.2.9
pdfrx: ^2.2.9 copied to clipboard
pdfrx is a rich and fast PDF viewer and manipulation plugin built on the top of PDFium. Supports viewing, editing, combining PDFs on Android, iOS, Windows, macOS, Linux, and Web.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate pdfrxUse it
The package has the following executables:
$ remove_darwin_pdfium_modules
$ remove_wasm_modules
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pdfrxWith Flutter:
$ flutter pub add pdfrxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pdfrx: ^2.2.9Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pdfrx/pdfrx.dart';