Generating PDFs from text files

Product/components used and version/fix level:

Natural/Adabas

Detailed explanation of the problem:

We don’t have a great solution for converting Natural generated text based reports into PDF. Curious what other companies are using to generate PDFs?

Error messages / full error message screenshot / log file:

Question related to a free trial, or to a production (customer) instance?

Which platform are we talking about, LUW or mainframe ?

Platform is mainframe

Years ago I helped a z/OS client standardize on PDF reports using Unix System Services. Contact me offline (Forum messaging) if you would like more details.

//CNVPDF  EXEC PGM=AOPBATCH,
//             PARM='/afp2pdf       -j attributes=//DD:SYSIN 
//             -o //DD:PDFOUT //DD:AFPIN '
//AFPIN    DD DSN=&PRT.&GDG,DISP=SHR
//PDFOUT   DD DSN=&PRT..PDF,
//            DISP=(NEW,PASS),
//            RECFM=VBA,LRECL=32756,BLKSIZE=32760,
//            UNIT=MISCDA,
//            SPACE=(32760,(100,100))
//STDOUT   DD SYSOUT=*
//STDERR   DD SYSOUT=*
//SYSIN    DD DSN=&&PARM1,DISP=(SHR,PASS)

Thanks Ralph, I’m a newbie and a little embarrassed to say I can’t find the forum messaging!

The link is under the “menu” icon (3 horizontal bars).

You can respond to the message I sent you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.