aspose file tools
The moose likes Java in General and the fly likes How do you call a pdf2txt dll from a java program to convert a pdf file to a text file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How do you call a pdf2txt dll from a java program to convert a pdf file to a text file" Watch "How do you call a pdf2txt dll from a java program to convert a pdf file to a text file" New topic
Author

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
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.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
Welcome to JavaRanch.

Several possible approaches are mentioned here: http://faq.javaranch.com/java/JavaIntermediateFaq#callingCom. I'd start by looking into JNA.


Android appsImageJ pluginsJava web charts
mash robinson
Greenhorn

Joined: Oct 14, 2009
Posts: 2
Thanks, I will look into JNI.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How do you call a pdf2txt dll from a java program to convert a pdf file to a text file
 
Similar Threads
Call executable program
DLL FIle
call dll to print pdf File thro' javascript
DLL to Java Class files
How do call the function from .dll file in java