Im using PB9.0.3 Build 8614 . In code , i used ole to connect to Word and then used "ActivePrinter" to convert Word doc to PDF :
ole_word.Appication.ActivePrinter = "Adobe PDF"
ole_word.Application.ActiveDocument.Printout()
(in system : checkbox "Prompt for AdobePDF filename" is unchecked)
-> it works fine in my local computer . But when my boss complie in test computer -> it doesnt work .
Thanks for any help !!!
ole_word.Appication.ActivePrinter = "Adobe PDF"
ole_word.Application.ActiveDocument.Printout()
(in system : checkbox "Prompt for AdobePDF filename" is unchecked)
-> it works fine in my local computer . But when my boss complie in test computer -> it doesnt work .
Thanks for any help !!!