How do you call a pdf2txt dll from a java program to convert a pdf file to a text file
mash robinson
Greenhorn
Joined: Oct 14, 2009
Posts: 2
posted
0
I am working with a product called pdf2txt from a company called verypdf.com This program allows you to convert pdf files into text files. The software really didn't come with much documentation. From my research I have found that I would need to write a wrapper program to use the dll provided with pdf2txt. Does anyone know how to call a pdf2txt dll from a java program.