PDF::API2::HOWTO

PDF::API2::HOWTO is a Perl module that contains a basic set of guidelines to use PDF::API2.
Download

PDF::API2::HOWTO Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alfred Reibenschuh
  • Publisher web site:
  • http://search.cpan.org/~areibens/Crypt-KDF-0.02/lib/Crypt/KDF/KDF2Generator.pm

PDF::API2::HOWTO Tags


PDF::API2::HOWTO Description

PDF::API2::HOWTO is a Perl module that contains a basic set of guidelines to use PDF::API2. PDF::API2::HOWTO is a Perl module that contains a basic set of guidelines to use PDF::API2.THE BASIC DOCUMENTA Hello World. $pdf = PDF::API2->new; # $fnt = $pdf->corefont('Helvetica-Bold'); # $page = $pdf->page; $page->mediabox('A4'); # $gfx = $page->gfx; $gfx->textlabel(200,700,$fnt,20,'Hello World !'); # $pdf->saveas('/this/new/document.pdf'); $pdf->end;XpdfXpdf and tools need to be compiled with both freetype2 and libT1.pdftops produces problematic ps-files if the pdf-file created via PDF::API2 contains embedded CFF (aka. Opentype) fonts.pdftkpdftk is a nice tool to pre/post-process pdf-files.Version 0.91 does not support big-endian unicode metadata as PDF::API2 does use as default.Jaws PDFSome versions of this software (5D PDF Creator) create pdfs not consumable by PDF::API2 (if you just need a pdf-printer driver use FreePDF).OmnipagePDF::API2 versions prior to 0.40_17 had a bug that screws up omnipages unfortunate image name-keys and lzw-encoded page descriptions.Open OfficePDF::API2 versions prior to 0.40_xx had a bug that screws up colorspaces of indexed images during import/save. Requirements: · Perl


PDF::API2::HOWTO Related Software