View previous topic :: View next topic
|
Author |
Message |
jzhardy
Active User
Joined: 31 Oct 2006 Posts: 139 Location: brisbane
|
|
|
|
I've got a requirement to produce PDF reports of SQL output (typically run from DSNTEP2).
I would like to be able to colour the input and output elements a different colour. Maybe even highlight DB2 errors and warnings as well.
Using TEXT ATTR with SCAN allows me to change the colour of a single text element based on a match, but what I need is to be able to dynamically colour complete lines based on content (or some keyword, such as "Output==>"
any help appreciated !! |
|
Back to top |
|
|
jzhardy
Active User
Joined: 31 Oct 2006 Posts: 139 Location: brisbane
|
|
|
|
another way around this, does TXT2PDF allow for PDF command directives within the TXT input file ? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10891 Location: italy
|
|
|
|
from the txt2pdf url
www.sanface.com/txt2pdf.html
Quote: |
Here there are some of the things that you can achieve with txt2pdf:
. . .
. . .
You can mark coloured (using regular expressions) sentences in the produced PDF files.
. . .
|
|
|
Back to top |
|
|
jzhardy
Active User
Joined: 31 Oct 2006 Posts: 139 Location: brisbane
|
|
|
|
my operating environment is Z/OS. I don't believe the implementation of TXT2PDF supports Regex expressions. I wish it did !! |
|
Back to top |
|
|
|