Hello
Is it possible to send a filename to the "Microsoft print to PDF" driver, to bypass the user entering the filename each time ?
Thanks
Chris
Microsoft Print To PDF, auto filename
Re: Microsoft Print To PDF, auto filename
Hi,
Yes, just use the FILE parameter of dcprinter. (TOFILE OUTFILE .... )
Yes, just use the FILE parameter of dcprinter. (TOFILE OUTFILE .... )
Re: Microsoft Print To PDF, auto filename
Thanks, but we're using Alsaka Software, we don't have DCprinter ( I don't think )
Re: Microsoft Print To PDF, auto filename
Hi,
From the docs: :setPrintFile( [<cFileName>] ) --> cOldFileName | NIL
From the docs: :setPrintFile( [<cFileName>] ) --> cOldFileName | NIL
Re: Microsoft Print To PDF, auto filename
If you are using XbpPrinter class, the documentation should tell you what you need to know.
The eXpress train is coming - and it has more cars.
Re: Microsoft Print To PDF, auto filename
Briliant, so simple
Thanks all
Thanks all