Tag Archives: dotnet pdf api

Rotate Text inside PDF Documents in C#

PDF has become a ruling document format in the digital world. Its cross-platform support has made it a widely adopted format for generating and sharing documents, such as research articles, invoices, etc. While generating a PDF programmatically, you often need to change the position and orientation of the text according to the layout of the document. In this article, we will demonstrate how to rotate text inside PDF documents programmatically in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , , , ,

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#.

Posted in Aspose.PDF Product Family | Tagged , ,