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

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