I want to access the new Com Interface to gain control over the print process.
I want to access it from Java and i use JacoZoom (http://www.infozoom.de/en_jacoZoom.shtml) to create Java compatible wrappers.
But for the new Com-Interface (ComPdfUtil and ComPdfSettings) only empty wrapper are generated.
It seems that the used TypeLibrary 'Bullzip - PDF Writer Automation' only contains empty interfaces, so no methods are accessible.
The old TypeLibrary named 'Bullzip' contains only PDFPrinterSettings, which does not give control over the print status.
But for this one the correct methods are contained in the TypeLibrary.
Which is the correct way to access the methods of the the new Com-interface?
Access Com-interface from Java
Moderator: jr