native_html_to_pdf 1.0.1 copy "native_html_to_pdf: ^1.0.1" to clipboard
native_html_to_pdf: ^1.0.1 copied to clipboard

Convert local HTML files into high-quality PDFs using native Android and iOS engines with full control over page size, margins, orientation, and DPI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_html_to_pdf

With Flutter:

 $ flutter pub add native_html_to_pdf

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

dependencies:
  native_html_to_pdf: ^1.0.1

Alternatively, 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:native_html_to_pdf/native_html_to_pdf.dart';
1
likes
0
points
321
downloads

Publisher

unverified uploader

Weekly Downloads

Convert local HTML files into high-quality PDFs using native Android and iOS engines with full control over page size, margins, orientation, and DPI.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_html_to_pdf

Packages that implement native_html_to_pdf