pdf2image

NAME

pdf2image.raku - Convert a PDF to PNG, or SVG images, using Perl 6!

SYNOPSIS

pdf2png.p6 [options] infile.pdf [outspec.png]
Options:
   --password=str       # provide a password for an encrypted PDF
   --page=n             # render just this page
   --trace --debug      # debugging/tracing

DESCRIPTION

This program bursts a multiple page into single page PNG files.

By default, the output pdf will be named infile-001.png infile- 002.png ...

The `outspec`, if present, will be used as a 'sprintf' template for generation of the individual output PNG files.

** This is neither fast, or complete ** It exists to exercise other components in the Raku ecosystem, including PDF::Content and Cairo.

SEE ALSO

PDF::Class PDF::Content PDF::Font::Loader PDF::To::Cairo

AUTHOR

See PDF

PDF::To::Cairo v0.0.2

Cairo rendering backend for PDF::Content (experimental)

Authors

    License

    Artistic-2.0

    Dependencies

    Cairo:ver<0.3.2+>PDF::Content:ver<0.6.7+>PDF::Class:ver<0.4.16+>PDF::Font::Loader:ver<0.6.2+>PDF::NativeMethod::Also

    Test Dependencies

    Provides

    • PDF::To::Cairo

    Documentation

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