Access Com-interface from Java

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
Carsten
Posts: 3
Joined: Sat May 31, 2008 11:10 am

Access Com-interface from Java

Post by Carsten »

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?
Post Reply