qnox_pdf_text 0.1.2 copy "qnox_pdf_text: ^0.1.2" to clipboard
qnox_pdf_text: ^0.1.2 copied to clipboard

Fast text extraction from PDFs for Flutter (Android via pdfbox-android, iOS via PDFKit). Also supports URLs (download then parse).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qnox_pdf_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  qnox_pdf_text: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:qnox_pdf_text/qnox_pdf_text.dart';
2
likes
160
points
161
downloads

Publisher

verified publisherqnox.africa

Weekly Downloads

Fast text extraction from PDFs for Flutter (Android via pdfbox-android, iOS via PDFKit). Also supports URLs (download then parse).

Repository (GitHub)
View/report issues

Topics

#pdf #text-extraction #plugin #flutter-plugin

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on qnox_pdf_text

Packages that implement qnox_pdf_text