Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: add text to pdf in csharp
Add Text to a PDF Document using C#
PDF format is widely used to generate various types of documents such as invoices, financial reports, resumes, etc. In the world of automation, PDF documents are generated and manipulated from within the web or desktop applications. Thereby, in certain cases, you may need to add text to the existing PDF files programmatically. In accordance with that, this article shows how to add text to PDF documents using C#.