Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~218 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for Abhishek_12

You can use PdfContentByte to do what you want. To add text water mark, you can use PdfContentByte.ShowTextAligned() And to image water mark, you can use PdfContentByte.AddImage() In my own project I used leadtools because I needed some advanced PDF and imaging features which I didn't find in iTextSharp library.

Member Avatar for Jacob_Shriver
0
218

The End.