In the advanced tab of the document properties is it it possible to set the
language under the 'Reading options'?
I found that you can set the 'Binding' option above it by doing
PdfWriter.setViewerPreferences(PdfWriter.DirectionR2L)
Thanks
--
View this message in context:
http://www.nabble.co
Sorry, example below which my explain my babblings - code below and attached
aswell as the image
http://www.nabble.com/file/p18214493/ImagesAlignment.java
ImagesAlignment.java
http://www.nabble.com/file/p18214493/otsoe.jpg otsoe.jpg
import java.io.FileOutputStream;
import java.io.IOException;
I have an image which I want text to wrap around and this works fine but on
some occasions I have a table that gets entered into the page which is to go
the full width of the page but it is trying to wrap around the image as
well.
Is there anyway that I can clear the wrap on the image? I have tri