Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37548606
en ru br
ALT Linux repos
S:3.025-alt1

Group :: Development/Perl
RPM: perl-PDF-Builder

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.025-alt1
Build date: 8 february 2023, 23:29 ( 63.3 weeks ago )
Size: 1748.88 Kb

Home page:   https://www.catskilltech.com

License: open_source
Summary: Facilitates the creation and modification of PDF files
Description:

use PDF::Builder;

   
   $pdf = PDF::Builder->new();

   
   $pdf = PDF::Builder->open('some.pdf');

   
   $page = $pdf->page();

   
   $page = $pdf->openpage($page_number);

   
   $page->mediabox('Letter');

   
   $font = $pdf->corefont('Helvetica-Bold');

   
   $font = $pdf->ttfont('/path/to/font.ttf');

   
   $text = $page->text();
   $text->font($font, 20);
   $text->translate(200, 700);
   $text->text('Hello World!');

   
   $pdf->saveas('/path/to/new.pdf');

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • perl-PDF-Builder
  • perl-PDF-Builder-examples
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin