I have a C# project where I’m using the LibreOffice SDK 6.2.3.2.
When I call xPrintable.print(printOptions); it’s sending something to the print queue, but it immediately disappears.
I’ve tried setting the “Wait” option to true to make sure it was synchronous, but this doesn’t seem to be working.
Any ideas as to how I can get this to actually print something?