pdf2image java lib on 64 bit Linux

65 views
Skip to first unread message

Support

unread,
Jul 19, 2011, 9:55:20 PM7/19/11
to PDF2Image
Q: I was testing your pdf2image java lib on 64 bit Linux. On local
machine (windows 32 bit) everything works fine. When I try to deploy
application on server (Linux 64 bit). I recieve unsatisfied link error
even if I modify java.library.path, so that match lib dir. How can I
resolve this? Do you have 64 bit version of the lib?

---------------

A: First of all you would need to download a Linux specific library
(since DLL / SOs are platfrom specific). You may need to install 32-
bit support libraries (e.g. apt-get install ia32-libs) since
'pdf2image.so' is currently only available for 32-bit Linux systems,
but I am not sure it this will work with 64-bit Java. Another option
is to call pdf2image command-line from Java.

As an alternative you may want to use PDFNet SDK for Java (http://
www.pdftron.com/pdfnet/downloads.html) which is supported on both 32
and 64-bit systems and offers much more functionality than PDF2Image.
For a sample project that parallels what is available with pdf2image
you may want to take a look at PDFDraw sample:
http://www.pdftron.com/pdfnet/samplecode.html#PDFDraw
Reply all
Reply to author
Forward
0 new messages