Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 845 Bytes

File metadata and controls

13 lines (9 loc) · 845 Bytes

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