Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Copy PDF pages

This sample shows how to copy pages from one PDF document to another using Docotic.Pdf library.

Description

Use one of the PdfDocument.CopyPages methods in your C# or VB.NET code to make a copy of PDF pages without changing the source document.

Call the PdfDocument.RemoveUnusedResources method on the copy to make sure the copied pages do not reference unused resources such as fonts or images.

See also