- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- txt2pdf for high width files
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
08-22-2006 12:54 AM
08-22-2006 12:54 AM
txt2pdf for high width files
I need a solution for files with line lengths of 300 or more. In the best case, it should size the page based upon the maximum line length.
I've tried convert/doc + ghostscript but don't get it right (line is split after about 145 char).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 01:49 AM
08-22-2006 01:49 AM
Re: txt2pdf for high width files
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 03:10 AM
08-23-2006 03:10 AM
Re: txt2pdf for high width files
1) I modified the page size to Euro norm A4
2) a 3rd param is now possible =xxx where xxx is the record length (# char).Default stays A4.
The program will adjust the page size to something suitable. E.g. file with length 280 come out fine (but small print). The #char I get by reading the file in dcl and taking the longest $len of the records. This because we have dirty file usage.
Usage : mail reports to users in pdf format.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 03:38 AM
08-23-2006 03:38 AM
Re: txt2pdf for high width files
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 07:38 AM
08-23-2006 07:38 AM
Re: txt2pdf for high width files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 11:07 PM
08-23-2006 11:07 PM
Re: txt2pdf for high width files
Welcome to this forum.
Now you've got your first point.
I wanted to save time but had to do the C adjustment myself (I'm a cobol guy).
Wim