Page 1 of 1

How can I print a PDF document without opening up Adobe

Posted: Wed Aug 29, 2018 10:19 pm
by dinesh
I am writing a reusable where I have button where I can view the PDF document using Adobe and from there I can print the document this works fine.

I have another button and upon clicking it I want it to print a PDF document directly without calling Adobe, this doesn't work. Does anyone know how to print a PDF document directly?

Thanks
Dinesh

Re: How can I print a PDF document without opening up Adobe

Posted: Wed Aug 29, 2018 11:16 pm
by atostaine
Probably use system_command Bif to run acrord32.exe

Look here at command line options

https://stackoverflow.com/questions/619 ... -reference