README-orig

NAME

App::RakuDocToPDF - Provides routines to convert RakuDoc to PDF

SYNOPSIS


use App::RakuDocToPDF;

# use the provided script to convert RakuDoc to PDF
rakudoc2pdf some.rakudoc
# OUTPUT
some.pdf

DESCRIPTION

App::RakuDocToPDF provides a script (rakudoc2pdf) to convert simple RakuDoc files to PDF. Execcute the program without an argument to see more information as shown here:

$ rakudoc2pdf
Usage:
    rakudoc2pdf INPUT.rakudoc [--output=FILE.pdf] [--media=Letter|A4]

Examples:
    rakudoc2pdf README.rakudoc
    rakudoc2pdf README.rakudoc --output=README.pdf
    rakudoc2pdf README.rakudoc --media=A4

AUTHOR

Tom Browder <[email protected]>

COPYRIGHT AND LICENSE

Ā© 2026 Tom Browder

This library is free software; you may redistribute it or modify it under the Artistic License 2.0.

App::RakuDocToPDF v0.0.1

Provides routines to convert RakuDoc to PDF

Authors

  • Tom Browder

License

Artistic-2.0

Dependencies

PDF::API6PDF::Content::FontObjPDF::Page

Test Dependencies

Provides

  • App::RakuDocToPDF
  • App::RakuDocToPDF::Layout
  • App::RakuDocToPDF::Media
  • App::RakuDocToPDF::Reader

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

Built with Podlite — the markup and publishing tools behind this site.