Re: [iText-questions] Find/Replace Text in Existing PDF?

2013-07-19 Thread Bittar
hello, Are you resolved your problem? because i have the same problem now. i cannot replace a text to another (change the character spacing for example). Is it possible with itext? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Find-Replace-Text-in-Existing-PDF-tp3

[iText-questions] Edit a pdf document

2013-07-18 Thread Bittar
i have a pdf containing "hello world" as a string. That i want is to modify the existing document by changing the character spacing in this string, then to replace the old string to the new in the document. How to replace the text in the document pdf using iText? Please help me. Best regards --

[iText-questions] Set position for each character

2013-07-16 Thread Bittar
Hello everybody i work with iText librarie in order to create and then manipulate PDF documents. let us we have a document which contains a simple string such as "Hello world". So in the pdf file structure, we must have (Hello world)Tj. The problem is how can i set position for each character by u