This group contains samples that show how to add or remove pages from your PDF documents, create outline (also known as "bookmarks") for a PDF document. There are also samples that show how to add a link from one page to another or a hyperlink.
Don't miss all other samples.
This samples shows how to add or insert pages to your PDF documents.
This sample shows how to copy page objects (text, paths and images) to a new document.
This sample shows how to copy pages from one PDF document to another.
Create and read named destinations in PDF documents
This sample shows how to work with named destinations in PDF documents.
This sample shows how to modify PDF page content.
Extract text, paths and images
This sample shows how to extract page objects (text, paths and images) from PdfDocument. The sample draws extracted objects on the drawing surface of a System.Drawing.Graphics.
This sample shows how to extract pages from one PDF document to another.
This sample shows how to add common header and footer to PDF document.
This sample shows how to add hyperlink on a page of your PDF document using PdfPage.AddHyperlink() method.
This samples shows how to add a link to a document page using PdfPage.AddLinkToPage(..) method.
This sample shows how to move (reorder) pages in a PDF document.
This sample shows how to build PDF document's outline (also known as "bookmarks") using PdfOutlineItem.AddChild method.
Outline (bookmarks) with styles
This sample shows how to build PDF document's outline (also known as "bookmarks") with colored, bold and italic items.
This sample shows how add Page Labels to PDF document.
This sample shows how to setup a page size, orientation or rotation.
This sample shows how to remove pages from your PDF documents.
This sample shows how to swap pages (interchange positions of two pages) in a PDF document.
This sample shows how to retrieve a link information and extract text starting from the link target.