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
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------- 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/
