Splits a PDF file to many PDF files, each of them consists of
one page from the source file.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void Split( string destFilePattern, int startNumber )
Public Sub Split ( destFilePattern As String, startNumber As Integer )
public: void Split( String^ destFilePattern, int startNumber )
member Split : destFilePattern : string * startNumber : int -> unit
Parameters
- destFilePattern
- String
Template for destination file names.
- startNumber
- Int32
The number that is use as a start point for the page numbering.
Remarks
Each destination file will have 'destFileName{0***}' name,
where *** is an optional format string for the number of the
page inside of the source document.