Hello Bruno.
I am currently trying to attach a jpeg to my Document:
document.open();
com.lowagie.text.Image jpeg = com.lowagie.text.Image.getInstance(path); //works finejpeg.setAlignment(com.lowagie.text.Image.MIDDLE);document.add(jpeg); //takes a long time
it seems to work fine cos I get a
Hello Bruno.
I would like to ask if there is a way to create a horizontal document instead of a vertical document that is created with this code:
Document document = new Document(PageSize.A4);
btw, does iText has a more extensive guide then http://www.lowagie.com/iText/docs.html ?
Thanks in