- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ASCII to PDF convertor for 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
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
07-29-2002 05:45 AM
07-29-2002 05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:52 AM
07-29-2002 05:52 AM
Re: ASCII to PDF convertor for HP-UX
http://hpux.cs.utah.edu/hppd/search.html
and search of "pdf"
There is an html to pdf which could easily be modified.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:59 AM
07-29-2002 05:59 AM
Re: ASCII to PDF convertor for HP-UX
A quick search of http://hpux.connect.org.uk showed a HTML->PDF converter called htmldoc-1.8.11
It might be worth a look to see if it fulfils your requirements.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 06:09 AM
07-29-2002 06:09 AM
Solutionat the porting center (e.g. http://hpux.asknet.de) you will also find a tool called a2ps which converts any ASCII File to a PS file. Use this and pipe it through ghostscript or Acrobat distiller.
This is a two step solution and probably not what you have been looking for, but it is flexible.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 06:17 AM
07-29-2002 06:17 AM
Re: ASCII to PDF convertor for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 09:34 PM
07-29-2002 09:34 PM
Re: ASCII to PDF convertor for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 01:04 AM
07-30-2002 01:04 AM
Re: ASCII to PDF convertor for HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 05:40 AM
07-31-2003 05:40 AM
Re: ASCII to PDF convertor for HP-UX
I have a solution for you. But it is a little bit complex. I have testet it right now and it works great.
1. First of all you need cups from
http://big.asknet.de/hppd/hpux/Sysadmin/cups-1.0.2/
(Install also the required softwarepackages jpeg libpng zlib)
Install it on you system.
2. then put the attached files in follwing directories.
PostscriptColor.ppd.gz -->/opt/cups/share/cups/model
cups-pdf --> /opt/cups/lib/cups/backend
3. Start cups
/sbin/init.d/cups start
4. Configure your Cups PDF-Printer
Open a Browser on your System with the URL http://localhost:631
Go to Printer Mgmt and add a printer.
i.e.
Printer Name: pdfprinter
Location : (otional)
Decription: (optional)
NEXT
Device: Virtual Printer (PDF Printer)
NEXT
Vendor: Postscript
NEXT
Model: Generic postscript color printer(en)
NEXT
Ta ta you are finished.
Now print an ascii file to your printer with
/opt/cups/bin/lp -d pdfprinter /etc/hosts
You will find your pdf document under /opt/cups/var/spool/cups-pdf/
If you want change the place you must recompile the backend cups-pdf by yourself.
You can do this in four steps
1. download the newest cups-pdf.h/c file from
http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf
2. change the cups-pdf.h file for your environment.
3. Compile with gcc -O9 -o cups-pdf cups-pdf.c
perhaps after that strip cups-pdf
4. Copy the backend to place I mentioned before.
PS: It convert almost everything in PDF =;-}}}
HTH
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 05:51 AM
07-31-2003 05:51 AM
Re: ASCII to PDF convertor for HP-UX
you can find ghostscript at : http://www.ghostscript.com/
OBS. Latest version is comercial...