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