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?
with regards
Thomas Kübler
sample code:
PdfContentStreamProcessor processor = new PdfContentStreamProcessor(reListener);
processor.registerContentOperator("k", new KOperator());
the KOperator class set one operands to a new value
...
operands.set(0,new PdfNumber(0));
....
------------------------------------------------------------------------------
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/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php