PDF

Kenneth Brody kenbrody at spamcop.net
Thu Feb 18 10:19:42 PST 2016


On 2/18/2016 12:48 PM, Richard Kreiss wrote:
> Can the PDF command be used with the FORM command in input processing?

I'm not sure what "PDF command" you're referring to.

[...]
> I have currently programmed, if PDF is selected then
>
> Printer file "file to output to"
> then run Printwiz to convert the output to a PDF.
> Declare where
> Where="c:\pfspool\letters\CC_Letter_"{master_code
>
> Would this work?
> If:
> Then: PDF: where
> If:
> Then: FORM "LetterName"
>
> I did try this and received a syntax error pointing to the w in where.
>
> Same error using PDF:>where

There is no "PDF command" in processing.  I think what you want is something 
like:

     PRINTER TYPE "fpml" ; PRINTER FILE "PDF:" { where
     FORM "LetterName"

-- 
Kenneth Brody


More information about the Filepro-list mailing list