[Bug 1105775] pdfbklt does not support A3

bugzilla at redhat.com bugzilla at redhat.com
Sat Jun 7 15:02:28 UTC 2014


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

Marco Motta <marco.motta at tiscali.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marco.motta at tiscali.it



--- Comment #2 from Marco Motta <marco.motta at tiscali.it> ---
Created attachment 903105
  --> https://bugzilla.redhat.com/attachment.cgi?id=903105&action=edit
Create and install a patched rpm, so that pdfbklt supports A0, A1, A2 and A3

To add support from A0 to A3:

1) add, in scripts/pdfbklt, the lines

    'a0' => '2384;3370',
    'a0l' => '3370;2384',
    'a1' => '1684;2384',
    'a1l' => '2384;1684',
    'a2' => '1191;1684',
    'a2l' => '1684;1191',
    'a3' => '842;1191',
    'a3l' => '1191;842',

before

    'a4' => '595;842',

2) for help, change, in scripts/pdfbklt,

A4,ltr,lgl,A5

with

A0,A1,A2,A3,A4,ltr,lgl,A5


If you want, you can install a patched rpm executing 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=kEjKXXHBvz&a=cc_unsubscribe



More information about the perl-devel mailing list