<?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 file from Unix in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417164#M203460</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;We have Postscript capable printers. Currently it is used as "ftp" printers using D-Link print server. &lt;BR /&gt;&lt;BR /&gt;The requirement is, while running some batch job, the application generates the reports and it has to be printed directly in the printer. Thus, opening the pdf file using acrobat and printing may not be suitable.&lt;BR /&gt;&lt;BR /&gt;Can we have some other option? &lt;BR /&gt;&lt;BR /&gt;If we use HP jetadmin, can we print the pdf file directly to the Postscript capable printer by just using lp command ?&lt;BR /&gt;&lt;BR /&gt;Please help..&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Jayamohan</description>
    <pubDate>Mon, 08 Nov 2004 10:18:51 GMT</pubDate>
    <dc:creator>JAYAMOHAN.V.D</dc:creator>
    <dc:date>2004-11-08T10:18:51Z</dc:date>
    <item>
      <title>Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417159#M203455</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;One of our new application running on HP Unix 11.X produces all the necessary reports in PDF format. &lt;BR /&gt;&lt;BR /&gt;Is it possible to print PDF files from HPUX using lp command? Please help me with the procedure.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Jayamohan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 07:46:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417159#M203455</guid>
      <dc:creator>JAYAMOHAN.V.D</dc:creator>
      <dc:date>2004-11-08T07:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417160#M203456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I'm not mistaken you will need to install the acrobat viewer before you can print the pdf files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank"&gt;http://www.adobe.com/products/acrobat/readstep2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 08 Nov 2004 07:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417160#M203456</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-11-08T07:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417161#M203457</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can your printer print poscript documents?&lt;BR /&gt;&lt;BR /&gt;if no you need to install ghostscript utility.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/PostScript/ghostscript-7.07b/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/PostScript/ghostscript-7.07b/&lt;/A&gt;</description>
      <pubDate>Mon, 08 Nov 2004 08:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417161#M203457</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-11-08T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417162#M203458</link>
      <description>You will need a PDF to PS/PCL converter since UNIX traditionally do not have "printer drivers" per se. lp needs to be fed with the "native" language of the target printer -- PS and PCL being the most common.&lt;BR /&gt;&lt;BR /&gt;Look at GhostScript as a possible solution in addition to Acrobat Viewer...&lt;BR /&gt;&lt;BR /&gt;If using acrobat, the syntax for printing to a PS capable printer is:&lt;BR /&gt;&lt;BR /&gt;cat unixfile.pdf | /opt/Acrobat5/bin/acroread -toPostScript | /bin/lp -dhplaser $3&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 08:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417162#M203458</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-11-08T08:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417163#M203459</link>
      <description>You need acrobat reader to do this job. You will need to download and install it from the link above. Then go into X windows and start the reader once, answering the license agreement. Then you'll be able to print these files.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 08 Nov 2004 08:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417163#M203459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-08T08:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417164#M203460</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;We have Postscript capable printers. Currently it is used as "ftp" printers using D-Link print server. &lt;BR /&gt;&lt;BR /&gt;The requirement is, while running some batch job, the application generates the reports and it has to be printed directly in the printer. Thus, opening the pdf file using acrobat and printing may not be suitable.&lt;BR /&gt;&lt;BR /&gt;Can we have some other option? &lt;BR /&gt;&lt;BR /&gt;If we use HP jetadmin, can we print the pdf file directly to the Postscript capable printer by just using lp command ?&lt;BR /&gt;&lt;BR /&gt;Please help..&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Jayamohan</description>
      <pubDate>Mon, 08 Nov 2004 10:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417164#M203460</guid>
      <dc:creator>JAYAMOHAN.V.D</dc:creator>
      <dc:date>2004-11-08T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417165#M203461</link>
      <description>Jayamohan,&lt;BR /&gt;&lt;BR /&gt;You obviuosly missed my post. Acrobat Viewer CAN BE ran in a non-Interactive (ie for use in command line scripts or batch mode) fashion to generate postscript for printing to any PS capable printer. The following is the syntax:&lt;BR /&gt;&lt;BR /&gt;cat unixfile.pdf  /opt/Acrobat5/bin/acroread - toPostScript | /bin/lp -dpsprinter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use ghostscript:&lt;BR /&gt;&lt;BR /&gt;pdf2ps unixfile.pdf /tmp/unixfile.ps&lt;BR /&gt;cat /tmp/unixfile.ps | lp -dpsprinter&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;pdf2ps unixfile.pdf|/bin/lp -dpsprinter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 10:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417165#M203461</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-11-08T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417166#M203462</link>
      <description>And since you'll not be launching the Adobe Acrobat Viewer .. you will not need X windows.  &lt;BR /&gt;&lt;BR /&gt;This is an often overlooked feature of Acrobat Reader -- that you can run it in batch mode and use it as a converter for PDF to PS... You will need to add custom fonts if need be for some speciliased priniting if the default fonts do not suffice. Simply opy your fonts to the Addobe fonts directory...&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 10:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417166#M203462</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-11-08T10:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printing PDF file from Unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417167#M203463</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are not sure look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.planetpdf.com/" target="_blank"&gt;http://www.planetpdf.com/&lt;/A&gt;  and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will find the same advice&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      Steve Steel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 10:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-pdf-file-from-unix/m-p/3417167#M203463</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-11-08T10:55:27Z</dc:date>
    </item>
  </channel>
</rss>

