English

Rotate PDF File in C# using iTextPDF

Rotating PDF documents has become an essential task in various industries and fields, ranging from business to academia. Whether you need to correct the orientation of scanned documents, adjust the layout of a presentation, or ensure proper reading experience on different devices, knowing how to rotate a PDF is a valuable skill. As a .NET application developer, you would like to offer the PDF rotation feature in your PDF document processing application.
July 17, 2023 · 5 min · Kashif Iqbal

Delete Pages from PDF Files using C#

PDF files have become the standard format for sharing and storing documents, but you may come across situations where you need to remove unnecessary or sensitive information from them. Whether it’s removing confidential data, reducing file size, or reorganizing content, the ability to delete pages from a PDF is a valuable feature. In this blog post, we will explore how to achieve this using the iTextPdf open-source .NET API. With its powerful functionality and support for C#, iTextPdf simplifies PDF editing tasks and empowers developers to customize PDF documents effortlessly.
July 15, 2023 · 2 min · Kashif Iqbal

How Do I Open a Docx File in C# using FileFormat.Words?

Install an open-source FileFormat.Words for .NET, learn how to read Docx file in C# programmatically. This API offers methods to build a Word file viewer. Overview It is not easy to build business software that deals with file creation and manipulation immensely. Time and man hours are critical factors but opting for relevant third-party libraries plays a vital role in the development phase. Therefore, let’s go through an open-source .NET library that offers a wide range of methods to manipulate Word files programmatically.
July 14, 2023 · 5 min · Muhammad Mustafa

Merge PDF Files using C#

Merging PDF files has become a common need for many businesses and individuals. It allows you to combine multiple PDF documents into a single, unified file, providing convenience and organization. Whether you want to merge invoices, reports, or other types of documents, this process simplifies document management and enhances overall productivity. In this blog post, we will explore how to merge PDF files using the open-source .NET API, iTextPdf. We will delve into the merging functionality offered by iTextPdf for .
July 13, 2023 · 3 min · Kashif Iqbal

Split PDF into Parts using C#

Imagine you have a large PDF file that comprises multiple sections and you want to share only specific sections of this large PDF file with your team members. Since you can’t share this whole PDF with them, you will want to split this PDF into parts so as to share specific sections with respective team members only. Splitting a large PDF has many advantages such as file size management, content organization, enhanced collaboration, and performance optimization.
July 13, 2023 · 3 min · Kashif Iqbal

How to Resize an Image in Docx using FileFormat.Words?

Effortless Image Resize in Docx Files. Simplify image manipulation with this open-source API, enabling easy resizing in just a few lines of code. Overview Welcome to another informative blog post as we delve into the world of FileFormat.Words for .NET. In this article, we will focus on image resizing within Word documents, leveraging the capabilities of the open-source FileFormat.Words library. With this powerful tool, image manipulation becomes seamless and efficient in your .
July 12, 2023 · 3 min · Fahad Adeel

How to Rotate an Image in Docx using FileFormat.Words?

Effortless Image Rotation in Docx Files programmatically. Image manipulation is a matter of a few lines of source code with this open-source API. Overview Welcome to another blog post as we continue exploring FileFormat.Words for .NET. In our previous article, we delved into the process of adding images to Word documents using the open-source FileFormat.Words library in a .NET application. Building upon that knowledge, we will now explore how to programmatically rotate an image within an existing Word document.
July 7, 2023 · 3 min · Fahad Adeel

Create and Manipulate PDF Files using iTextPdf in .NET

In our previous post, we talked about iTextPdf API for working with PDF files using C#/VB.NET in .NET applications. The API lets you create, edit and manipulate PDF documents without going into any internal file format details of PDF file format. Using iTextPdf is easy to work with and with just a few lines of code, you can start creating, reading, and manipulating PDF files. In this article, we will talk about using iTextPdf in .
July 5, 2023 · 6 min · Kashif Iqbal

How to Make a Table in Word Files using FileFormat.Words

FileFormat.Words is an open-source library that offers a free Word processor module that programmatically lets you add/modify tables in Word documents. Overview A Table in a Word document is considered an integral part when it comes to data representation. It is the most common document element and offers great convenience in terms of business document building. Amazingly, you can create a table in a Word document without using or installing MS Word on your local machine.
July 4, 2023 · 8 min · Muhammad Mustafa

Adding an Image to Word Document in C# with FileFormat.Words

Enhance your document automation capabilities by leveraging the power of FileFormat.Words. Effortlessly add images to documents, taking your processing to new heights. Overview In today’s digital age, the use of images has become a fundamental aspect of document creation and presentation. Whether it’s a report, presentation, or any other form of written communication, images play a crucial role in enhancing visual appeal and conveying information more effectively. Microsoft Word, being one of the most widely used word processing tools, offers powerful features for incorporating images seamlessly into documents.
June 27, 2023 · 4 min · Fahad Adeel