Quote:
Originally Posted by serge
Having zoom would be very useful. It would also help to be able to view in the landscape mode. As of now, in addition to the document's margins, a gray frame is displayed which reduces the displayed page area. Some texts are unreadable - the font is so small.
|
In Java PBP, API for zoom is available, but rotate is not available. At least, I can't find a way to rotate image in iLiad Java code. If Anybody knows a way, please tell me.
To Adam.B:
Though Java code can call c lib through JNI, and iLiad JVM does support it (I think). However, some modification have to be made on C sourcecode. JNI can't recognize precompiled c lib without proper modification in advance. So, the precompiled lib you supplied is not callable for Java code.