Re: [iText-questions] super scipt in iText

2010-06-14 Thread Decoster Frederik
You can use Chunk.setTextRise() From: Lu, Tao (MOH) [mailto:tao...@ontario.ca] Sent: maandag 14 juni 2010 15:19 To: Post all your questions about iText here Subject: [iText-questions] super scipt in iText Hi, Guys How to produce super scipt in iText? fo

[iText-questions] blanking layers

2008-04-04 Thread Decoster Frederik
Hi, Question about layers: I have a PDF file with text and an image. The image is on a layer. Can I blank this layer using iText so I can create a new PDF file with only the text? I think it's not possible, can anyone confirm this? Using RUPS (or via code) I can find the layernames, but ch

Re: [iText-questions] Pb deleting files after a writer.getImportedPage()

2007-12-21 Thread Decoster Frederik
Use FileInputStream and make sure you close them. Br, Frederik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Xavier Sent: vrijdag 21 december 2007 13:41 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Pb deleting files after a writer.g

Re: [iText-questions] importing an existing pdf file

2007-12-13 Thread Decoster Frederik
existing pdf file The transformations you are using assume that the pdf's mediabox has a (0,0) origin and that's not the case with your pdf. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Decoster Frederik > Sen

[iText-questions] importing an existing pdf file

2007-12-12 Thread Decoster Frederik
Hi, I want to do following : importing an existing PDF file (scaled so I can add a title) into a new one and rotate it if necessary. My code works fine, however I encounter a problem with one particular PDF file (see attachment). The resulting file is even different when I use : document.s