Re: [iText-questions] PDF Backgound image : Hide text layer

2013-06-16 Thread Leonard Rosenthol
You will need a rasterizer for this purpose, and iText does not include one. Be aware, however, that text IS NOT ALWAYS on top – so that removing the text, rasterizing the result and then putting the text on top can yield VERY wrong results. Especially when you consider transparency, clipping,

Re: [iText-questions] Is it possible to sign without having file's content

2013-06-16 Thread 1T3XT BVBA
There's an example here: http://sourceforge.net/p/itext/code/HEAD/tree/tutorial/signatures/src/main/java/signatures/chapter4/C4_09_DeferredSigning.java On 15/06/2013 21:48, Jonathan Vargas wrote: /Procedure 1 by Application A:/ [FULL PDF] -> Extract Digest -> [DOC's DIGEST] Well, ask Michae

[iText-questions] PDF Backgound image : Hide text layer

2013-06-16 Thread nqtemp
Dear team ,currently i am working on pdf to extract its backgound as image .I want to extract all embedded images as one background image including vector image like drawing,shapes, as image Is it possible to achieve using itext . I am able to extract all embedded images from pdf using itext ,but