PDF::Extract

simple extract PDF to text|html|xml

raku PDF::Extract

Simple binding of the pdftotext command line utility

Installation

  1. brew install poppler for MacOS)

  2. zef install PDF::Extract

Synopsis

use PDF::Extract;

my $extract = Extract.new: file => '../resources/sample.pdf';

say $extract.text;
say $extract.html;
say $extract.xml;
...

### Copyright
copyright(c) 2023 Henley Cloud Consulting Ltd.

PDF::Extract v0.0.1

simple extract PDF to text|html|xml

Authors

  • librasteve

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • PDF::Extract

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.