[Bug 1105775] New: pdfbklt does not support A3

bugzilla at redhat.com bugzilla at redhat.com
Sat Jun 7 14:23:48 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1105775

            Bug ID: 1105775
           Summary: pdfbklt does not support A3
           Product: Fedora
           Version: 20
         Component: perl-Text-PDF
          Severity: medium
          Assignee: psabata at redhat.com
          Reporter: marco.motta at tiscali.it
        QA Contact: extras-qa at fedoraproject.org
                CC: mmaslano at redhat.com,
                    perl-devel at lists.fedoraproject.org, psabata at redhat.com



Created attachment 903104
  --> https://bugzilla.redhat.com/attachment.cgi?id=903104&action=edit
Download, patch and install an rpm that support a3 too

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:

pdfbklt -b a3 -p 2 file.pdf

Steps to Reproduce:

pdfbklt -b a3 -p 2 file.pdf

Actual results:

An a4 pdf file is generated

Expected results:

An a3 pdf file is requested

Additional info:

You can support a3 addind in scripts/pdfbklt, before the line 
    'a4' => '595;842',
the lines
    'a3' => '842;1191',
    'a3l' => '1191;842',
and, for help, changing "A4,ltr,lgl,A5" to "A3,A4,ltr,lgl,A5".

In the same way, inserting the number of pixels, you can add support to A2, A1,
A0.

To create and install a patched rpm that support A3, you can execute the
attached script.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=79Syk4a1SS&a=cc_unsubscribe



More information about the perl-devel mailing list