hello i use a language called SIMPOL that allows me to say
obj =@ wxautomation1.new(createinstance = "word.application") or "excel.application" or "com.sun.star.ServiceManager" for OpenOffice and i can then access all the methods and properties
obj =@ wxautomation1.new(PDFCreator.PDFCreatorObj) gives access to the object and instructions like
obj.callmethod(method = "PrintFile", error=e, filename) cause no errors BUT it instantly reduces my application window to 25% of it's original size and impossible to get it back to full screen. Have to close everything down Any ideas please ?? IanMac