PDF::Extract
raku PDF::Extract
Simple binding of the pdftotext command line utility
Installation
brew install poppler
for MacOS)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.