PdfDocument
Split Method (String)
|
Splits a PDF file to many PDF files, each of them consists of one page from the source file.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Split(
string destFilePattern
)
Public Sub Split (
destFilePattern As String
)
public:
void Split(
String^ destFilePattern
)
member Split :
destFilePattern : string -> unit
Parameters
-
destFilePattern
-
Type:
System
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.
See Also