PDF-Haru version 1.00
=====================

PDF::Haru - Perl interface to Haru Free PDF Library.
Haru is a free, cross platform, open-sourced software library for
generating PDF.

It supports the following features:

  1. Generating PDF files with lines, text, images.
  2. Outline, text annotation, link annotation.
  3. Compressing document with deflate-decode.
  4. Embedding PNG, Jpeg images.
  5. Embedding Type1 font and TrueType font.
  6. Creating encrypted PDF files.
  7. Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R).
  8. Supporting CJK fonts and encodings.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 libharu >= 2.1.0, http://libharu.org

COPYRIGHT AND LICENCE

Copyright (C) 2008 by Ilya Butakov, [email protected]

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.