I have used the convert spool to pdf tool off this site, thanks very much, but is there a tool out there that converts pdfs to spool file?

// Unless your program uses only 7 columns then you will have // to copy this method definition into your program with // a different name and change the number of array elements // to be equal to the number of columns in the PTable // the java method requires that the number of elements be // equal to the number of table columns...you will get a // compiler error if they do not match. for an example of this // see the program source TEST4. dPTable_setWidths... d pr ExtProc(*JAVA d :'com.lowagie.text.pdf- d .PdfPTable' d :'setWidths') d prWidth 10i 0 Dim(7)
You can use ftp to create a spool file with the PDF in it. For example: 1. crtprtf mylib/myprtf *usrascii 2. ftp loopback user password bin cd mylib put mypdf myprtf quit This creates a new spool file with the PDF file in it.
Comment