Calling PDFCreator from JAVA

Hello to everybody, I am trying to create a program in JAVA that would call PDFCreator to convert a word file into PDF.

I checked on the forums and I saw that there was a project to create a JAVA API, called PdfCreator4J, but in their page in sourceforge they don't have any file to download so there is no API. Then I red that I can do this with JACOB, creating a COM Wrapper, translating the VB code into JAVA.

My problem basically, is that I don't know how to pass the VB code to Java (I don't know where to start) and I am quite novice using JACOB, so I am a bit lost.

I would apreciate a lot if someone could help me.

Thanks a lot.