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@xxxxxxxxxx Reporter: marco.motta@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: mmaslano@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, psabata@xxxxxxxxxx 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel