[iText-questions] Advanced tab in Document Properties

2008-11-07 Thread strebor1982
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

Re: [iText-questions] Image text wrap + PdfPTable problem

2008-07-01 Thread strebor1982
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;

[iText-questions] Image text wrap + PdfPTable problem

2008-06-30 Thread strebor1982
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