Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
chr(12) Form Feed in Notepad
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Dennis Lee Bieber, post: 4010838"] Basically the route I took a few years ago when I had to write a tool parsing ClearCase file listings into a landscape format report... Create a sample report in Word; save as RTF; cut snippets of RTF control structures for use in a Python "report writer" (I had features for defining page header/footers, column headers, page length, and output methods that kept track of how many data lines remained on the page -- if a block of text given for output wouldn't fit on the remainder of the page, it would skip down to the footer area, output a footer, newpage, output a header, output a column header if defined, then output the data block) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
chr(12) Form Feed in Notepad
Top