Blame SOURCES/cups-filters-pdf-landscape.patch

e3af14
diff -up cups-filters-1.0.35/filter/pdftops.c.pdf-landscape cups-filters-1.0.35/filter/pdftops.c
e3af14
--- cups-filters-1.0.35/filter/pdftops.c.pdf-landscape	2013-06-24 22:59:27.000000000 +0100
e3af14
+++ cups-filters-1.0.35/filter/pdftops.c	2013-10-16 15:53:51.766917387 +0100
e3af14
@@ -626,21 +626,17 @@ main(int  argc,				/* I - Number of comm
e3af14
     else if ((renderer == PDFTOPS) || (renderer == PDFTOCAIRO))
e3af14
     {
e3af14
      /*
e3af14
-      *  Use the page sizes of the original PDF document, this way documents
e3af14
-      *  which contain pages of different sizes can be printed correctly
e3af14
+      * No options to add. Note: pdftopdf has already rotated pages
e3af14
+      * for us.
e3af14
       */
e3af14
-
e3af14
-      pdf_argv[pdf_argc++] = (char *)"-origpagesizes";
e3af14
     }
e3af14
 #endif /* HAVE_POPPLER_PDFTOPS_WITH_ORIGPAGESIZES */
e3af14
     else if (renderer == ACROREAD)
e3af14
     {
e3af14
      /*
e3af14
-      * Use the page sizes of the original PDF document, this way documents
e3af14
-      * which contain pages of different sizes can be printed correctly
e3af14
+      * No options to add. Note: pdftopdf has already rotated pages
e3af14
+      * for us.
e3af14
       */
e3af14
-     
e3af14
-      pdf_argv[pdf_argc++] = (char *)"-choosePaperByPDFPageSize";
e3af14
     }
e3af14
 
e3af14
    /*