hi,
I under stand that problem, but i don want to replicate all pages again
in the temp PDF . Since i want to insert it in only 2-3 pages why create the
24-25 pages again and then insert the e-signature.
Can anyone suggest a better logic.
Bruno Lowagie (iText) wrote:
>
> fxthomas wrote:
>> Is it possible in iText ??
>
> This is a non-issue.
> Even when you edit an existing Word file, you create a new
> (temporary) Word file, when you hit the 'save' button, the
> old Word file is replaced by the new file and the temporary
> file is deleted.
> If you think this is too difficult, read the existing file
> in a byte[] and create a PdfReader object with that byte[].
> Then you can overwrite the existing file.
> Creating a PdfReader with a specific file and expecting you
> can create a PdfStamper that writes to that exact same file
> goes against the programming logic. It's like sawing off the
> branch you're sitting on.
> best regards,
> Bruno
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> Buy the iText book: http://itext.ugent.be/itext-in-action/
>
>
--
View this message in context:
http://www.nabble.com/content-from-pdf-into-another-pdf-tp14917355p14917896.html
Sent from the iText - General mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/