Re: [iText-questions] How to move some text in an existing PDF, from left to right?

2014-03-12 Thread roquegil
At this moment I've found one solution wich is not ideal but should works. My idea was : 1) Get the information from an Rectangle, like this : Rectangle rect = new Rectangle(0, 650, 300, 750); RenderFilter filter = new RegionTextRenderFilter(rect); TextExtractionStrateg

[iText-questions] How to move some text in an existing PDF, from left to right?

2014-03-12 Thread roquegil
Hello, I would to catch some existing information in a specific area, and move it to the right. How can I get the text elements in this area and change their position? Is it possible with iText?

Re: [iText-questions] Merging PDF documents with signature

2014-02-06 Thread roquegil
I've just subscribe to the mailing list. Normally I would be able to received some more information. So can you send me some code example of duplicating signature appearance, in order to insert it in the PDF page, before deleting existing signature? -- View this message in context: http://itex