nitin nitin wrote: > Hi All, > > I have used iTextsharp.dll for creating .pdf file it is working > fine but when i'm trying to add a image to an exitsiing/new pdf file i'm > error called > > "Error 1 The type or namespace name 'Watermark' could not be found (are > you missing a using directive or an assembly reference?) "
Watermark is a very, very old class. It's no longer present in iText. > Please telme what i need inclued in my project and how to use this > "watermark " to add image to a pdf. Don't use Watermark. Add watermarks as described in the book: http://1t3xt.info/examples/browse/?page=example&id=24 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
