Convert to PDF
380 pts.
0
Q:
Convert to PDF
Please guide on how do we use Convert to PDF from i series navigator.

We are on V5R4.

Need the steps to be followed in order to convert a spool file to a pdf.

What needs to be done in order to save it to a location on the PC.

 

 

 

ASKED: Sep 15 2009  10:39 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
110 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
If you're not allowed to install freeware on your iSeries, the only way you can convert a .txt file to PDF using iNav is to have the licensed program product 5722IP1 Infoprint Server installed on your iSeries. It works, just not as well as the various freeware in terms of ease of use.
___________________________-

Hi JohnsonMumbai,

What I know you can convert from the spool only one-by-one with the Navigator.
Do the following:
- Select the spool from the Navigator you want to convert to PDF
- Right click and select Export
- A dialog screen is displayed, where you can choose the destination folder. The export suggest to use *.txt for the spool file.
- Open the converted spool with OpenOffice (you can download from openoffice.com for free) and just click on the PDF icon

If you need to automate and use frequently I should recommend a very good and cheep tool: SpolFactory.com

Good luck
YuVa


Or, even more cheaply (free), download CutePDF(www.cutepdf.com).

This should create a "printer" on your pc.

On the AS400, create an output queue that points to this printer.

When releasing the print you may have to answer a MSGW with an 'I' (Ignore) followed by a "G"(Get on with it?), after which you'll get a window prompting you to save your pdf wherever you like on your system.

The CutePDF "printer" can also be used to save anything else that you might print from your pc (e-mails etc.) into pdf format.

It is very useful.

Andy M.

***************************************************************************************************************************************

Also, if you want you may send the spool file to your email with the SNDDST command (or SNDDSTJS, if you are working with Advanced Job Scheduler). With this, the spool file is sent to your email as an PDF file in attach.

Thanks Andy.
I did the free software download and it works fine on the pc.
I would like to convert about 60 packets on the AS400 to pdf and then send to 60 user dept. laser printers. Am I all wet?

Dave K...
----------------------
hi,
my friends mentioned one to me about his issues, he said Simpo PDF Creator is very good product to solove this problem, if you wish,you can search in google to get it.
hope it can help you out.
Kethy
Last Answered: Oct 22 2009  5:28 AM GMT by Lxkarry16   110 pts.
Latest Contributors: Whatis23   4040 pts., DK97   50 pts., WallyPT   55 pts., AndyMM   110 pts., YuVa47   280 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

BigKat   2540 pts.  |   Sep 17 2009  1:46PM GMT

How soon till you go to i6.1 (V6R1)?

  OVRPRTF FILE(print-file) DEVTYPE(*AFPDS) WSCST(*PDF)
          TOSTMF(’/usr/local/pdfs/my-pdf-file.pdf’)

  CALL PGM(program)

  DLTOVR FILE(print-file)
 

Instead of a spool-file, you have a PDF that is ready for distribution!

NO changes to the report program itself are required, just change the calling CL – or add a wrapper CL – to do the override, call the program, (distribute it), and remove the override.

 

JohnsonMumbai   380 pts.  |   Oct 29 2009  6:08AM GMT

We are on v5r4, we would like to convert the spool file which are statements to be sent to customers to pdf. Also we need the name of pdfs to be the customers number which is to be take from within the spool file. Is that possible too.

 

YuVa47   280 pts.  |   Oct 29 2009  4:57PM GMT

JohnsonMumbai,

According to what you are writing you have ONLY one choice.
Check out <a href="http://SpoolFactory.com" title="http://SpoolFactory. " target="_blank">SpoolFactory.com</a> and I know that it will solve all your needs and is not expensive.

YuVa

 

RVP400   250 pts.  |   Oct 30 2009  4:21PM GMT

Hi,

Check this article out:

 <a href="http://www.mcpressonline.com/programming/rpg/has-your-system-i-emailed-someone-today.html" title="http://www.mcpressonline.com/programming/rpg/has-your-system-i-emailed-someone-today.html" target="_blank">http://www.mcpressonline.com/programming…</a>

It describes how to convert a spool file to PDF and save it to the IFS or sending it via e-mail. The article includes the program, some examples and its all FREE!

Regards,
RVP

 

Lovemyi   1470 pts.  |   Nov 2 2009  7:09PM GMT

There is another relatively inexpensive product called SPLTOOL and MAILTOOL from Bradley V. Stone at <a href="http://BVS.com" title="http://BVS. " target="_blank">BVS.com</a>, I believe. Just goodle Bradley V. Stone and you will see his website. The products are very reasonable and work really great on V5R3 and V5R4 machines.

Lovemyi

 

Svankipu   55 pts.  |   Nov 11 2009  9:18AM GMT

Hi Johnson,
Use this command (WRKWTR) & check whether u have this WRITER (PDFMAIL) in your AS/400.
once it is there; take opt-2 on the spool-file & take F10(for addl. attributes) & change the following:-
1) Printer . . . . . . . . . . . . PDFMAIL
2)Save file . . . . . . . . . . . *YES
3)User Defined Data . . . . . . . ‘mailtag( <a href="mailto:xxxxx@yyyyy.com" title="mailto:xxxxx@yyyyy.com">xxxxx at yyyyy.com</a>)’ - this would be your mail-id
& hit enter; it would send an PDF-attachment to your INBOX;
save it to wherever you want.

Thanks

 
0