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
How can I print a PDF document without opening up Adobe
Re: How can I print a PDF document without opening up Adobe
Probably use system_command Bif to run acrord32.exe
Look here at command line options
https://stackoverflow.com/questions/619 ... -reference
Look here at command line options
https://stackoverflow.com/questions/619 ... -reference
Art Tostaine