English

Copy Pages in PDF using C# .NET

Sometimes, you may need to manipulate PDF files programmatically, and one common task is copying PDF pages. So in this blog post, we will explore how to copy pages in PDF files using C#.
September 27, 2023 · 3 min · Usman Aziz

Convert PDF to LaTeX in C#

Easily convert your PDF files to LaTeX in C#. Generate TEX file from the PDF within a few lines of code. Get a free online PDF to LaTeX converter.
June 9, 2023 · 2 min · Usman Aziz

How to Crop PDF Pages in C#

Learn how to crop PDF pages in C#. Trim the empty margins from the desired PDF pages effortlessly in a few lines of code.
June 7, 2023 · 2 min · Usman Aziz

How to Compress PDF Files in C#: A Step-by-Step Guide

Learn how to compress PDF files in C#. A complete guide and code sample to reduce the size of the PDF files in a few simple steps.
June 6, 2023 · 2 min · Usman Aziz

Create PDF Files using C# with .NET PDF Library

PDF is a platform-independent document format that keeps the formatting and layout of its content consistent across different operating systems or machines. This is the reason various organizations use PDF format for generating invoices, receipts, reports, and other business documents dynamically. Aspose.PDF for .NET is a PDF library that helps you implement PDF automation in .NET applications. It allows you to create, edit, parse and convert PDF files programmatically using C# or VB.
May 21, 2020 · 6 min · Usman Aziz