- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HTML conversion/print utility
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
11-20-2001 11:53 AM
11-20-2001 11:53 AM
I've tried html2ps but it lacks some formatting options on the table cell level.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:01 PM
11-20-2001 12:01 PM
Re: HTML conversion/print utility
A quick solution would be to use w3m (http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/) with the -dump option. This will generate an ASCII file that you can later pipe to a2ps or something similar.
Regards,
Paga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:21 PM
11-20-2001 12:21 PM
Re: HTML conversion/print utility
One of the ways is to try to search for "html" in the URL
http://hpux.ee.ualberta.ca/
You will get some converting utilities that may help you.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 12:53 PM
11-20-2001 12:53 PM
Re: HTML conversion/print utility
I'd looked at w3m previously but I'm saving saving it as a last resort. Something about unformatting and reformatting to get exactly the same look seems odd to me.
The HP porting archive is where I got w3m and html2ps in the first place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 01:08 PM
11-20-2001 01:08 PM
SolutionThis is what I use to generate my DRP report from some ascii file. The program can generate a book with a toc in pdf, ps, ps1 and ps2 from one or many html files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:40 AM
11-26-2001 08:40 AM
Re: HTML conversion/print utility
Some early test with the most current version seems to fix most of our issues. Some tweaks in the HTML generation can fix what's left.
Thanks