Re: [iText-questions] Parse Pdf document

2012-10-01 Thread Thomas Kübler
Hello, thanks, it works... with regards Thomas Kübler -- Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/

Re: [iText-questions] Parse Pdf document

2012-10-01 Thread iText Info
Op 1/10/2012 12:38, Thomas Kübler schreef: Hello, I wan't to replace some values from the pdf content stream, therefor i create a PdfContentStreamProcessor with some own ContentOperator Listener. This works fine. Now i wan't to replace some found values, but this doesn't work or i don't know

[iText-questions] Parse Pdf document

2012-10-01 Thread Thomas Kübler
Hello, I wan't to replace some values from the pdf content stream, therefor i create a PdfContentStreamProcessor with some own ContentOperator Listener. This works fine. Now i wan't to replace some found values, but this doesn't work or i don't know how i have todo this. Is there any example?