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 New] Attached file "pdftops.patch.txt"... Link: http://www.cups.org/str.php?L4078 Version: 1.4.5 _______________________________________________ cups-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/cups-bugs
pdftops.patch.txt
(text/plain, 321 B)
1 --- filter/pdftops.c Sat May 23 01:00:39 2009
2 +++ filter/pdftops.c Fri May 4 13:28:06 2012
3 @@ -321,7 +321,7 @@
4 */
5
6 size = ppdPageSize(ppd, NULL);
7 - if (size && fit)
8 + if (size)
9 {
10 /*
11 * Got the size, now get the orientation...