<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: printing pdf documents using ghostscript on hp-ux 11.x in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195596#M165579</link>
    <description>Hello Todd,&lt;BR /&gt;&lt;BR /&gt;The laserjet 4 is only PCL and acrobatreader on hpux prints only in PS.&lt;BR /&gt;So you are right to use gs, but you should add the parameter ljet4 in the command :&lt;BR /&gt;&lt;BR /&gt;gs -sDEVICE=ljet4 files ...&lt;BR /&gt;&lt;BR /&gt;But as far as I know, gs cannot read pdf. So&lt;BR /&gt;you can arrange a script I use to concatenate pdf files :&lt;BR /&gt;&lt;BR /&gt;acroread -toPostScript -size a4 files.pdf&lt;BR /&gt;&lt;BR /&gt;gs -dNOPAUSE -dBATCH -dQUIET -sDEVICE=ljet4 -sOutputFile=file.lj -sPAPERSIZE=a4 files.ps&lt;BR /&gt;&lt;BR /&gt;lp file.lj&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
    <pubDate>Thu, 19 Feb 2004 02:41:26 GMT</pubDate>
    <dc:creator>Gerard Leclercq</dc:creator>
    <dc:date>2004-02-19T02:41:26Z</dc:date>
    <item>
      <title>printing pdf documents using ghostscript on hp-ux 11.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195593#M165576</link>
      <description>I have loaded Ghostscript 7.07.  Now Im trying to print a PDF document but I get the output below.  What is happening?&lt;BR /&gt;&lt;BR /&gt;On a laser jet 4000 I can run the following successfully:&lt;BR /&gt;&lt;BR /&gt;cat file.pdf | /opt/Acrobat4/bin/acroread -toPostscript -shrink | lp -dprinter&lt;BR /&gt;&lt;BR /&gt;This works, but it does not work to a LaserJet 5si or Laserjet 4, which is why Im trying to use ghostscript.&lt;BR /&gt;&lt;BR /&gt;/home/tbowden # gs -dPrinted - &amp;lt; o2453781.pdf&lt;BR /&gt;GNU Ghostscript 7.07 (2003-05-17)&lt;BR /&gt;Copyright (C) 2003 artofcode LLC, Benicia, CA.  All rights reserved.&lt;BR /&gt;This software comes with NO WARRANTY: see the file PUBLIC for details.&lt;BR /&gt;Processing pages 1 through 3.&lt;BR /&gt;Page 1&lt;BR /&gt;Loading NimbusMonL-Bold font from /usr/local/share/ghostscript/fonts/n022004l.pfb... 1999456 643587 1662720 370378 2 done.&lt;BR /&gt;Loading NimbusSanL-Bold font from /usr/local/share/ghostscript/fonts/n019004l.pfb... 2039648 688135 1682816 381216 2 done.&lt;BR /&gt;Page 2&lt;BR /&gt;Page 3&lt;BR /&gt;Loading NimbusMonL-Regu font from /usr/local/share/ghostscript/fonts/n022003l.pfb... 2099936 745047 1682816 387701 2 done.&lt;BR /&gt;&lt;BR /&gt;Im not sure what is happening, but if someone could help I would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Wed, 18 Feb 2004 10:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195593#M165576</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2004-02-18T10:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: printing pdf documents using ghostscript on hp-ux 11.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195594#M165577</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;How about installing the acrobat reader on hpux ?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ftp.uni-koeln.de/WWW/acrobat-reader-3/unix/00index.htm" target="_blank"&gt;http://ftp.uni-koeln.de/WWW/acrobat-reader-3/unix/00index.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 18 Feb 2004 11:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195594#M165577</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-18T11:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: printing pdf documents using ghostscript on hp-ux 11.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195595#M165578</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;Acrobat reader 4.0 is already installed.  The problem is trying to print to printers like HP Laserjet 5si.  Im not sure why I cant print to this printer.  I think it has something to do with PS vs. PCL.&lt;BR /&gt;&lt;BR /&gt;I can print with no problem to a hp 4000 printer using Acrobat.</description>
      <pubDate>Wed, 18 Feb 2004 11:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195595#M165578</guid>
      <dc:creator>Todd Bowden</dc:creator>
      <dc:date>2004-02-18T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: printing pdf documents using ghostscript on hp-ux 11.x</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195596#M165579</link>
      <description>Hello Todd,&lt;BR /&gt;&lt;BR /&gt;The laserjet 4 is only PCL and acrobatreader on hpux prints only in PS.&lt;BR /&gt;So you are right to use gs, but you should add the parameter ljet4 in the command :&lt;BR /&gt;&lt;BR /&gt;gs -sDEVICE=ljet4 files ...&lt;BR /&gt;&lt;BR /&gt;But as far as I know, gs cannot read pdf. So&lt;BR /&gt;you can arrange a script I use to concatenate pdf files :&lt;BR /&gt;&lt;BR /&gt;acroread -toPostScript -size a4 files.pdf&lt;BR /&gt;&lt;BR /&gt;gs -dNOPAUSE -dBATCH -dQUIET -sDEVICE=ljet4 -sOutputFile=file.lj -sPAPERSIZE=a4 files.ps&lt;BR /&gt;&lt;BR /&gt;lp file.lj&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Thu, 19 Feb 2004 02:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-documents-using-ghostscript-on-hp-ux-11-x/m-p/3195596#M165579</guid>
      <dc:creator>Gerard Leclercq</dc:creator>
      <dc:date>2004-02-19T02:41:26Z</dc:date>
    </item>
  </channel>
</rss>

