[iText-questions] Problems with Chunk

2013-11-21 Thread Nicolas Conde
I detect if a document is added to a "Chunk" after adding Chunk.NEWLINE, next Chunk is not under, but he is on the same line. eg: Document documento = new Document(); try { PdfWriter.getInstance(documento, new FileOutputStream("EX.pdf")); documento.open(); documento.add(new Chunk("E

[iText-questions] problems with Chunk attribute "Font"

2003-12-10 Thread Trevor Linton
Hey all,   I'm debugging parts of the HTML parser on iText and noticed that the translation of a font tag from to the system is working correct, it ends up being masked to a Chunk attribute "font" however the chunk doesn't seem to react to the font attribute, is this something that still n