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 )
Public Sub Split ( destFilePattern As String )
public: void Split( String^ destFilePattern )
member Split : destFilePattern : string -> unit
Parameters
- destFilePattern
- String
Template for destination file names.
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.