dart_pdf_cli 0.1.7 copy "dart_pdf_cli: ^0.1.7" to clipboard
dart_pdf_cli: ^0.1.7 copied to clipboard

Pure-Dart command line and MCP tools for inspecting PDF documents.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_pdf_cli

Use it

The package has the following executables:

$ dartpdf

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_pdf_cli

With Flutter:

 $ flutter pub add dart_pdf_cli

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

dependencies:
  dart_pdf_cli: ^0.1.7

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:dart_pdf_cli/dart_pdf_cli.dart';
0
likes
150
points
615
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Dart command line and MCP tools for inspecting PDF documents.

Repository (GitHub)
View/report issues
Contributing

Topics

#pdf #cli #mcp #automation

License

Apache-2.0 (license)

Dependencies

args, mcp_dart, path, pdf_cos, pdf_document, pdf_graphics

More

Packages that depend on dart_pdf_cli