On 09/05/2014 11:16 AM, Tim Brown wrote:
> 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
>
>
We used to regularly generate multi-page pdf attachments.

Do you have enough text data supplied to txtpdf for text to need to flow
to a 2nd page with given margins and font?  If not, I wouldn't expect a
2nd page even though  you have defined a different appearance for it.  
I never experimented with multiple page formats within the same
multi-page pdf, so can't speak from direct experience.

Is the imbedded space shown in "draw/ page" acceptable?  The last
txt2pdf manual I had doesn't make it clear that this is permitted syntax.

-- 
Joel C. Ewing,    Bentonville, AR       jcew...@acm.org 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to