Bug#468225: Patch to make pdfjam use /etc/papersize

2019-07-13 Thread Hilmar Preuße
On 28.04.12 01:07, Jim Avera wrote: Hi Jim, > Attached is a patch to make pdfjam read /etc/papersize with the same effect > as explicit options --letterpaper --a4paper etc.   The patch looks big > because I had > to relocate the error_exit() function higher up in the script so it > could be calle

Bug#468225: Patch to make pdfjam use /etc/papersize

2019-07-13 Thread Hilmar Preuße
On 28.04.12 01:07, Jim Avera wrote: Hi Jim, > Attached is a patch to make pdfjam read /etc/papersize with the same effect > as explicit options --letterpaper --a4paper etc.   The patch looks big > because I had > to relocate the error_exit() function higher up in the script so it > could be calle

Bug#468225: Patch to make pdfjam use /etc/papersize

2012-04-27 Thread Jim Avera
Attached is a patch to make pdfjam read /etc/papersize with the same effect as explicit options --letterpaper --a4paper etc. The patch looks big because I had to relocate the error_exit() function higher up in the script so it could be called by the new code (which is only a few lines). Note