105 pts.
 PDF reports out of the AS400
Is there an easy wasy to print an as400 report in pdf format and email it out of the 400.

Software/Hardware used:
ASKED: May 1, 2009  3:13 PM
UPDATED: August 6, 2009  1:27 PM

Answer Wiki:
Use iSeries Navigator. Right click on the selected spool report then click on Convert to PDF. A popup window will appear, choose the radio button to email. -------------------------------------------------------------- in i6.1 (aka V6R1) you can do the following to create a PDF in an IFS Directory. <pre> OVRPRTF FILE(print-file) DEVTYPE(*AFPDS) WSCST(*PDF) + TOSTMF('/usr/local/pdfs/my-pdf-file.pdf') CALL PGM(MYRPGPGM) DLTOVR FILE(print-file) </pre> Your report is NOW a PDF ready for distribution --------------------------------------------------------------
Last Wiki Answer Submitted:  August 6, 2009  1:27 pm  by  Whatis23   5,665 pts.
All Answer Wiki Contributors:  Whatis23   5,665 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _