]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - pdftops/pdftops.cxx
Merge changes from CUPS 1.4svn-r7199.
[thirdparty/cups.git] / pdftops / pdftops.cxx
index fcd5ce4bba4642a2436e96d193960ce3ec7773ec..a583ae46c50fa792b146ce703436cb67bae4be6a 100644 (file)
@@ -1,26 +1,17 @@
 //
-// "$Id: pdftops.cxx 6421 2007-03-30 20:02:19Z mike $"
+// "$Id: pdftops.cxx 6649 2007-07-11 21:46:42Z mike $"
 //
 //   PDF to PostScript filter front-end for the Common UNIX Printing
 //   System (CUPS).
 //
+//   Copyright 2007 by Apple Inc.
 //   Copyright 1997-2006 by Easy Software Products.
 //
 //   These coded instructions, statements, and computer programs are the
-//   property of Easy Software Products and are protected by Federal
-//   copyright law.  Distribution and use rights are outlined in the file
-//   "LICENSE.txt" which should have been included with this file.  If this
-//   file is missing or damaged please contact Easy Software Products
-//   at:
-//
-//       Attn: CUPS Licensing Information
-//       Easy Software Products
-//       44141 Airport View Drive, Suite 204
-//       Hollywood, Maryland 20636 USA
-//
-//       Voice: (301) 373-9600
-//       EMail: cups-info@cups.org
-//         WWW: http://www.cups.org
+//   property of Apple Inc. and are protected by Federal copyright
+//   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+//   which should have been included with this file.  If this file is
+//   file is missing or damaged, see the license at "http://www.cups.org/".
 //
 // Contents:
 //
@@ -317,8 +308,7 @@ main(int  argc,                             // I - Number of command-line args
     // write PostScript file
     psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(),
                             doc->getCatalog(), 1, doc->getNumPages(),
-                           psModePS, 0, 0, 0, 0, gFalse,
-                           cupsGetOption("page-ranges", num_options, options));
+                           psModePS, 0, 0, 0, 0, gFalse, NULL);
     if (psOut->isOk())
       doc->displayPages(psOut, 1, doc->getNumPages(), 72.0, 72.0, 0,
                         gTrue, gFalse, gFalse);
@@ -350,5 +340,5 @@ main(int  argc,                             // I - Number of command-line args
 
 
 //
-// End of "$Id: pdftops.cxx 6421 2007-03-30 20:02:19Z mike $".
+// End of "$Id: pdftops.cxx 6649 2007-07-11 21:46:42Z mike $".
 //