- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is there a method to create pdf files from HPUX11i
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
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
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
01-26-2005 05:06 AM
01-26-2005 05:06 AM
We want to generate pdf files if possible from the output of our reports with our Progress Application - MFG/PRO.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:11 AM
01-26-2005 05:11 AM
Re: Is there a method to create pdf files from HPUX11i
You could make a PS file and dump it onto a winders box and make your pdf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:26 AM
01-26-2005 05:26 AM
Re: Is there a method to create pdf files from HPUX11i
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:30 AM
01-26-2005 05:30 AM
Re: Is there a method to create pdf files from HPUX11i
I did some more digging and apparently ghostscript for unix will generate a pdf file.
Anyone know of such beast?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:37 AM
01-26-2005 05:37 AM
Re: Is there a method to create pdf files from HPUX11i
Ghostscript will allow you to view pdf / ps files.
http://hpux.cs.utah.edu/hppd/hpux/PostScript/ghostscript-7.07b/
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:37 AM
01-26-2005 05:37 AM
Re: Is there a method to create pdf files from HPUX11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 05:51 AM
01-26-2005 05:51 AM
Re: Is there a method to create pdf files from HPUX11i
There are perl modules that will convert your docs to pdf as well. But this will require some perl tasks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:47 AM
01-26-2005 06:47 AM
Re: Is there a method to create pdf files from HPUX11i
http://www.dynamicpdf.com/Java_Dynamic_PDF_Components_Libraries.csp?LF=GOOtxtGJV
There are also other open-source pdf writers/creatorts out there..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 07:36 AM
01-26-2005 07:36 AM
SolutionI've used it. The free version puts a nag line as the last line in the converted document. If you pay the money, the nag line goes away. Its cheap and b/c it was written in perl, runs on almost any OS.
The command:
cat FILE|txt2pdf|uuencode|mailx -s "Subject" some@one.com
converts the text to a pdf file, attaches and mails it to your destination.
We used it instead of setting up print services. Each user had a .forward file, and all print jobs converted to pdf and were mailed to the user. The user could then print on local or remote printers as they wished.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 11:50 AM
01-26-2005 11:50 AM
Re: Is there a method to create pdf files from HPUX11i
hpux.cs.utah.edu/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 02:20 PM
01-26-2005 02:20 PM
Re: Is there a method to create pdf files from HPUX11i
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 03:13 PM
01-26-2005 03:13 PM
Re: Is there a method to create pdf files from HPUX11i
Most of these are open source and there is some possibility of getting them to compile under HP-UX.
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
01-26-2005 05:55 PM
01-26-2005 05:55 PM
Re: Is there a method to create pdf files from HPUX11i
I use this way with my application and it works very well.
This way you can generates complex pdf documents.
You can download ghostscript for hpux from hpux.ee.ualberta.ca
gerard