ExpertPDF Split PDF Library
ExtractPagesFromFileToMemory Method
NamespacesExpertPdf.PDFSplitPDFSplitManagerExtractPagesFromFileToMemory()()()
ExpertPDF Split PDF Library
Members
IconMemberDescription
ExtractPagesFromFileToMemory(String, Int32, Int32)
Extracts specified number of pages from the specified source PDF document starting from the specified page number and creates a new PDF document containing the extracted pages

ExtractPagesFromFileToMemory(String, Int32, Int32, Int32)
Extracts 'repeatCount' times 'splitPageCount' number of pages from the source PDF document starting from the specified page number and creates a new PDF document for each set of extracted pages. Each set of extracted pages has 'splitPageCount' pages.

ExtractPagesFromFileToMemory(String, Int32, Int32, Boolean)
This method is similar to the ExtractPagesFromFileToMemory version with 'repeatCount' but instead of extracting a specified number of chunks, the chunks are extracted until the end of the document is reached when the 'repeatToEnd' parameter is true

Assembly: ExpertPdf.PdfSplit (Module: ExpertPdf.PdfSplit) Version: 3.0.0.0 (3.0.0.0)