Package perl-PDF-Builder: Information

    Source package: perl-PDF-Builder
    Version: 3.028-alt1
    Build time:  Mar 13, 2026, 03:31 PM
    Category: Development/Perl
    Report package bug
    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');

    List of RPM packages built from this SRPM:
    perl-PDF-Builder (noarch)
    perl-PDF-Builder-examples (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov
    Igor Vlasenko

      1. perl(Image/PNG/Const.pm)
      2. perl(Image/PNG/Libpng.pm)
      3. perl(List/Util.pm)
      4. perl(Math/Trig.pm)
      5. perl(Scalar/Util.pm)
      6. perl(Test/Exception.pm)
      7. perl(Test/Memory/Cycle.pm)
      8. perl(Test/Perl/Critic.pm)
      9. perl(Test/Pod.pm)
      10. perl(Unicode/UCD.pm)
      11. perl(base.pm)
      12. perl-devel
      13. perl-podlators
      14. rpm-build-perl
      15. perl(Compress/Zlib.pm)
      16. perl(Encode.pm)
      17. perl(English.pm)
      18. perl(Exporter.pm)
      19. perl(ExtUtils/MakeMaker.pm)
      20. perl(FileHandle.pm)
      21. perl(Font/TTF.pm)
      22. perl(Graphics/TIFF.pm)
      23. perl(IO/File.pm)
      24. perl(IPC/Cmd.pm)

    Last changed


    March 12, 2026 Vitaly Lipatov 3.028-alt1
    - new version 3.028
    May 16, 2025 Igor Vlasenko 3.027-alt1
    - automated CPAN update
    Jan. 15, 2024 Igor Vlasenko 3.026-alt1
    - new version