Winnovative PDF Split Library for .NET
ExtractPagesFromMemoryToFile Method
NamespacesWinnovative.PDFSplitPDFSplitManagerExtractPagesFromMemoryToFile()()()
Winnovative PDF Split Library for .NET
Members
IconMemberDescription
ExtractPagesFromMemoryToFile(array<Byte>[]()[], 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

ExtractPagesFromMemoryToFile(array<Byte>[]()[], String, Int32, Int32, Int32)
Extracts 'repeatCount' times the specified number of pages from the specified 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. Each resulted PDF document is saved in the file specified by 'destPDFFilePath' concatenated with the chunk index

ExtractPagesFromMemoryToFile(array<Byte>[]()[], String, Int32, Int32, Boolean)
This method is similar to ExtractPagesFromMemoryToMemory with 'repeatCount' parameter but instead of exctracting a specified number of chunks, the chunks are extracted until the end of the document is reached when the 'repeatToEnd' parameter is true

Assembly: Winnovative.PDFSplit (Module: Winnovative.PDFSplit) Version: 2.0.0.0 (2.0.0.0)