Working with PDF Pages in C#

Contents
[ ]

Aspose.PDF for .NET lets you insert a page to a PDF document at any location in the file as well as add pages to the end of a PDF file. This section shows how to add pages to a PDF without Acrobat Reader. You can add text or images in the headers and footers of your PDF file, and choose different headers in your document with C# library by Aspose. Also, try to crop pages in PDF document programmatically using C#.

This section learn you how to add watermarks in your PDF file using Artifact class. You will check the programming sample for this task. Add Page number using PageNumberStamp class. For adding a Stamp in your document use ImageStamp and TextStamp classes. Use adding a watermark for creating background images in your PDF file with Aspose.PDF for .NET.

You are able to do the following:

  • Add Pages - add pages at desired location or to the end of a PDF file and delete a page from you document.
  • Move Pages - move pages from one document to another.
  • Delete Pages - delete page from your PDF file using PageCollection collection.
  • Change Page size - you can change PDF page size with code snippet using Aspose.PDF library.
  • Rotate Pages - you can change the page orientation of pages in an existing PDF file.
  • Split Pages - you can split PDF files into one or multiple PDF.
  • Add Headers and/or Footers - add text or images in the headers and footers of your PDF file .
  • Crop Pages - you can crop pages in PDF document programmatically with different Page Properties.
  • Add Watermarks - add watermarks in your PDF file with Artifact Class.
  • Add Page Numbering in PDF File - PageNumberStamp class will help you to add a Page Number in your PDF file.
  • Add Backgrounds - background images can be used to add a watermark.
  • Stamping - you can use the ImageStamp class to add an image stamp to a PDF file and TextStamp class for adding a text.