Re: [HIGH] STR #4078: PDF document cannot be printed in landscape mode
Sonam Gupta <[email protected]>
| Newsgroups | gmane.comp.printing.cups.bugs |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Closed w/o Resolution] I understand that for a landscape page the dimensions are 'length x width' instead of 'width x length' ( which are the dimensions for portrait page). In current scenario even for landscape page the dimensions being used by '/usr/bin/pdftops' are width x length instead of length x width. Why can't we provide the length and width as input to '/usr/bin/pdftops' in pdftops.c file so that it works correctly for landscape mode ? Instead of forking "/usr/bin/pdftops -level3 <file> -" from pdftops.c why can't we fork "/usr/bin/pdftops -level3 -paperw <size->length> -paperh <size->width> -expand <file> -" in case the user wants to print page in landscape ? Link: http://www.cups.org/str.php?L4078 Version: 1.4.5 Fix Version: Third-party