Page 1 of 1

Printing a PDF file (solved)

Posted: Thu Mar 19, 2020 11:03 pm
by driessen
Hello,

What is the most easy way to print a PDF file?

Thank you in advance for any help.

Re: Printing a PDF file

Posted: Fri Mar 20, 2020 7:39 am
by Jack
Hi Michel,
I use this :

shellexecute( 0 , "print" , "c:\data\testpdt.pdf")

Philippe

Re: Printing a PDF file (solved)

Posted: Fri Mar 20, 2020 8:46 am
by driessen
Thanks a lot, Jack.

It works just fine.