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

2014-03-12 Thread roquegil
http://itext-general.2136553.n4.nabble.com/file/n4659854/D%C3%A9placement_Pav%C3%A9_Adresse.jpg 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] 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);