Hi, Gesendet: Mo, 01. Feb 2010 Von: Erik Scholtz, ArgonSoft GmbH<[email protected]>
> Hi Andreas, > > thanks for your answer. As far as I can see, you paint the image at the > position, where the RubberStamp is placed too. Is the the way it should > usually work, or just a method to make it working at the moment? Acrobat Pro does the same to include the image. The drawing commands are part of the RubberStamp and are not included in the page itself. So, if you have a pdfviewer which doesn't support rubberstamps, it won't paint the image. I suggest to use the PDFDebugger [1] to visualize that part of my example. You'll see that the AppearanceStream contains a command sequence to draw the image. > Many thanks again for the example, > Greetings, > Erik BR Andreas Lehmkühler [1] http://svn.apache.org/repos/asf/pdfbox/trunk/src/main/java/org/apache/pdfbox/PDFDebugger.java

