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: 6.2.6.0 (6.2.6.2020)
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
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.