On Dec 17, 2007 9:20 AM, Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Bruno Waes wrote:
> > does anyone know if the sourcecode of that POC is available ?
>
> In the SVN repository of the toolbox:
> http://itexttoolbox.svn.sourceforge.net/viewvc/itexttoolbox/main/
>
Thanks, i didn't know it had been taken into the build!
The identifyColorPages works when i run the toolbox. Now i want to integrate
this code into my webapp.
When i call
System.loadLibrary("gsdll32");
i get a
java.lang.UnsatisfiedLinkError: no gsdll32 in java.library.path
now i am a little confused, i am kinda new to these 'native' calls.
my development environment is windows and my production env is linux, i have
GS installed on both, because for now i call it through imagemagicks convert
in an exec() method.
i see in the LibLoader code there is a check for windows environment ...
does this mean this solution wont work at all on linux, or are there
specific libraries for linux?
if (System.getProperty("os.name").startsWith("Windows ")) {
System.loadLibrary("gsdll32");
}
so basicly my questions are whether this is a windows only solution and if
not, how do i add the libraries to the classpath?
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/