Category Archives: General
How to modify PDF file using iTextSharp
Step 1: First you need to stamp the PDF file using PDF stamper ( For example: for first name, last name etc.) Step 2: Download iTextSharp dll and add reference to your solution. Step 3: Modify the Below code as … Continue reading
How to consume WCF Service using Channel Factory
A Channel Factory is implemented by the IChannelFactory Interface and their associated channels are used by the initiators of a communication pattern. The Channel Factory class is useful when you want to share a common service contract DLL between the … Continue reading