Convert As400 Spool Files Pdf

Posted By admin On 15/05/19
Convert As400 Spool Files Pdf 4,4/5 7007 reviews

Mar 26, 2014 - Convert your spool files to PDF just using functionality available in the IBM i operating system. No third part tools, just native functionality. Select the printer output file that you want to convert. Right click or from the Select Action menu, select Export as and PDF using Infoprint Server. Then select to output queue, to integrated file system, or to e-mail to indicate the output requested. An IBM Infoprint Server for iSeries license is required. :-( I was trying to convert PDF in iSeries Navigator. I put a spool file, right click, convert to pdf, asks me whether I want a new printer, I say yes, starts a printer then a writer but then everything stops.

  1. Convert As400 Spool File To Pdf

Convert As400 Spool File To Pdf

  • We use, and have for a long time, CutePDF - http://www.cutepdf.com/Products/CutePDF/writer.asp. It installs as a printer driver and the end user can simply select it as the active printer from their printer session. You have to install Ghostscript as well but it is also a freebie. You can also use it to print from Client Access. You can also use Win2PDF but unless you're a registered user it prints an extra sheet at the end of your document that has their self promo in the footer. It really doesn't get any easier than CutePDF though.
    report
  • We have used Gumbo Software's SNDSPLMAIL for years. Works great. We have never had a problem with it. It is reasonably priced and comes with tons of features. We wrote a program to monitor an output queue and use SNDSPLMAIL to convert the AS/400 spool file to PDF and e-mail it to the user who ran the report. Our folks really like this. It has really reduced the number of reports we print because most users can get the needed info by just viewing the report on the screen.
    report
  • Bradley Stone also sells a top notch PDF conversion tool for the AS/400. We have used some of his tools for a long time also. Very reliable with good support.
    report
  • Im am trying to use CutePDF to print from the as400 to pdf but am having some problems. right now i set up a print session that points to cutePDF. It creates the file, but it is blank. Can someone walk me through how to configure the printer in the as400 or the print session properly so it will work with a pdf printer? i kind of fumbuled around that part and think thats where i made my errors.
    report
  • We also use SpoolMail from Gumbo Software. It is a nice product.
    report
  • Okay now i can print to pdf from the spool managment. all i changed was the 'Host print transform' was set to yes and i changed it to no.
    report
  • Try using Primo PDF with a print session pointing to it. it solved all the issues and was easy to do.
    report
  • SNDSPLMAIL- SNDSPLMAIL. Can you, please, help me with some advice:
    I need to use on overlay form so I use the
    keyword PDFOVL in SNDSPLMAIL command. Is there a possibility to rotate the overlay?
    report
  • If you have the IBM Access Client (not Client Access) the printer output converts nicely.

    I have also used the following in a CL program:

    CPYSPLF FILE(&SRC_SPLF) TOFILE(*TOSTMF) +
    JOB(&SRC_JNBR/&SRC_JUSR/&SRC_JNAME) +
    SPLNBR(&SRC_SPLNBR) CRTDATE(*ONLY) +
    TOSTMF('/QDLS/myfolder/filename.pdf') +
    WSCST(*PDF) STMFOPT(*REPLACE)
    SNDDST TYPE(*DOC) TOINTNET((&EMAILNM)) +
    DSTD('Requested PDF document') +
    DOC(filename.PDF) FLR(myfolder) +
    DOCID(*NONE) AUTHOR(*USRID)

    report
  • If you have the IBM Access Client (not Client Access)..
    I'm not aware of a product named 'IBM Access Client'. Is there a product number? There is 'IBM i Access' ('..for Windows' or '..for Linux', etc.) and '
    IBM i Access Client Solutions'. Both are current versions of Client Access.
    Also, it's not a good idea to copy anything new into a /QDLS document. And SNDSMTPEMM should be preferred to SNDDST in all current OS releases.
    report
  • Hi Avrelivs. I have written my own command (SNDSMTPEML) that converts directly from SPLF to PDF with overlay templates. Let me know if you'd like a copy.
    report
  • 15 pointsBadges:
    report
  • We use a package that works quite well for us.
    Check out PDFING.
    report
  • We used a tool a few years ago called report downloader from Evergreen Interactive that worked well, we mostly used it to download to spreadsheets, but there was a .pdf option as well.

    Serial stories lady swings. If you are using Access Client Solutions from IBM (instead of Client Access) the capability is built in to the tool.

    Support for Camfrog Gold – Unlock the Ultimate Camfrog Experience with Camfrog Gold. Show off your power user status by standing out with a shiny Gold nick. Camfrog pro download.

    report
ConvertAs400 spool file commandsFile
  • What is the size of your overlay and how was it created? It may be it is not scaling to the right size.
    report
  • It is an *ovl file. Size is 32768. When I print the spooled file, it is printing correctly, but when I do the cpysplf and print the .pdf, some of the font (not all) is completely different.
    report
  • You say the font is different, is this font in the overlay or the data coming from the i-series that is changing?
    report
  • It is the font in the overlay. It is printing the data ok.
    65 pointsBadges:
    report
  • Sounds like an unsupported font, or font size. What is the font giving you the problem, Check to see if it is supported on the i-Series.WRKOBJ OBJ(*ALL/*ALL) OBJTYPE(*FNTRSC)
    report
  • It is not the font type that is the problem..it is more the font size. The overlay has several different sizes of the same font in different areas. It seems to be printing the same font style, it is just making it all the same size.
    65 pointsBadges:
    report
  • Found this as a possible solution to a similar problem.
    'we were missing PTFs SI44072 and SI43764. As soon as they were applied, everything works just great'
    report
  • I have already checked on that. We already have those PTF's.
    report
  • Guys, anybody know how to convert the spool files to pdf in color.
    report
  • For color I think you need 3rd party software like PDFing or one of the others out there.
    report
  • After further investigation, I discovered that the font we used on the overlay on the iseries is not supported in pdf. The font we are using is 11 (courier) and 420 (courier roman bold). PDF changes the courier font to courier std but it keep the courier roman bold, however, the width and height settings on the fonts in the overlay are ignored. Do I need to specify a different font for each different size we use? How do I know which fonts we have on the iseries are supported in .pdf?
    report
  • 32,320 pointsBadges:
    report
  • Not yet..still working on it.
    65 pointsBadges:
    report