- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How we can print PDF file from HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2004 01:16 PM
тАО07-28-2004 01:16 PM
How we can print PDF file from HP-UX
What is the best way to print PDF file from HP-UX ?
Thanks in advance
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2004 01:33 PM
тАО07-28-2004 01:33 PM
Re: How we can print PDF file from HP-UX
http://www.adobe.com/products/acrobat/readstep2.html
The reader should allow you to view and print the pdf file.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2004 02:18 PM
тАО07-28-2004 02:18 PM
Re: How we can print PDF file from HP-UX
Thanks a lot for your help
I have just installed the latest s/w.
What is the command to print a pdf file ?
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2004 02:22 PM
тАО07-28-2004 02:22 PM
Re: How we can print PDF file from HP-UX
http://hpux.connect.org.uk/hppd/hpux/PostScript/ghostscript-7.07b/
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2004 04:18 PM
тАО07-28-2004 04:18 PM
Re: How we can print PDF file from HP-UX
I just want a command to print pdf file from HP-UX command line not any gue viewer plaese
Thanks
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2004 05:18 PM
тАО07-28-2004 05:18 PM
Re: How we can print PDF file from HP-UX
Printing PDF documents from the command line (UNIX and Linux)
Besides printing directly from within Reader by choosing File > Print, you can print PDF files from the command line. The syntax for printing from the command line is:
acroread -toPostScript
Note: If a PDF file has been secured with an Open password or does not allow printing, you will not be able to print from the command line.
For example, to print the file sample.pdf to the default printer, type the following:
% cat sample.pdf | acroread -toPostScript | lp
You can use
To create a Language Level 1, 2, or 3 file:
-level1 or -level2 or -level3
Note : -level2 is the default setting.
To print a PDF file to a differently named PostScript file:
-pairs
For example, to print sample.pdf to test.ps , you would use the following syntax:
acroread -toPostScript -pairs sample.pdf test.ps
...
In other words, printing from the acrobat command line is supported and fully documented in the Acrobat help facility. Also, converting PDF files to postscript is also supported by Acrobat and explained fully in the help facility.
I hope this helps,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
