EJP286CRSKW
EJP286CRSKW
OK. I am no Git guy but I'll see what I can do.
Ask for help, print .docx file to physical printer by jacob (JAVA-COM Bridge) as Monochrome printing
This isn't a Jacob issue. Jacob will execute whatever calls you need to make. It's a question about the Microsoft COM API for Word.
Sure. Executing a query: ```` Stream .of(wmiServer) .map(w -> w.invoke("ExecQuery", new Variant(query))) .map(Variant::toDispatch) .map(IterableActiveXComponent::new) .flatMap(IterableActiveXComponent::stream) // .peek(System.out::println) .forEach ( a -> { // System.out.println("query result="+a.getProperty("Name")); } ) ; ````
Where did you get `new Variant(32)` from? It's supposed to be 0 or -1. https://learn.microsoft.com/en-us/office/vba/api/powerpoint.presentations.open and https://learn.microsoft.com/en-us/dotnet/api/microsoft.office.core.msotristate?view=office-pia