Namespace: BitMiracle.Docotic.Pdf
public PdfDocument CopyPages( int index, int count, PdfConfigurationOptions options )
Public Function CopyPages ( index As Integer, count As Integer, options As PdfConfigurationOptions ) As PdfDocument
This PdfDocument remains unchanged.
The new document will use the specified configuration options.
Use ExtractPages() if you want to extract pages from this PdfDocument.
Try RemoveUnusedResources() method on the new document. This method can reduce document size in cases when the copied pages reference unused resources such as fonts, images, patterns.