Actually Leland Lucius Is the author of TXT2PDF.
I use it all the time also and currently running; v09.336

I may have the same problem as you, if the DD:REPORT points to a DUMMY file, I 
would only get 1 page also with the first image, but if I pointed REPORT to a 
data set that would produce multiple pages, it printed the first image on the 
first page and then the second on the second page.

On the IMAGE command, there is one more parm after the PAGE#, which is how many 
pages after the page to put the image on, a 0 (zero) value will put it on one 
page.
My config input looked like this:

CONFIRM V
MSGID Y
IN DD:REPORT
OUT DOC.IVP$DOC.PDF
ifempty BLANK
orient port
CC No
LM .25 TM .25 RM .25 BM .25
FONT 12
PAPER Letter
IMAGE load/page1/'AJNIMS.TXT2PDF.PDS(testjpg)'
IMAGE load/page2/'AJNIMS.VOLCANO.JPG'
IMAGE draw/page1/0/0/100/0/100/100/0/0/1/0
IMAGE draw/page2/0/0/025/0/100/100/0/0/2/0

Al Nims
Systems Admin/Programmer 3
Information Technology
University of Florida
(352) 273-1298

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Tim Brown
Sent: Friday, September 05, 2014 12:17 PM
To: [email protected]
Subject: xmitip txt2pdf

Does anyone use Lionel Dycks txt2pdf process on z/os  to create multipage pdfs


Attempting to create 2 page pdf but result is just 1 page.

IN dd:report OUT dd:pdfs
IFEMPTY ERROR
ORIENT port
LM .25 TM .25 RM .25 BM .25
FONT  7 +
PAPER 8.5x11
IMAGE load/page1/'TEST.PAGE1.IMAGE'
IMAGE load/page2/'TEST.PAGE2.IMAGE'
IMAGE draw/ page1/0/0/100/0/36/36/0/0/1    < last digit page #1
IMAGE draw/ page2/0/0/100/0/36/36/0/0/2    < last digit page #2

Am I missing something?


Tim



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to