.NET Framework Class Library
NeutralFormat.MDSplit Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods > .NET Framework Class Library |
It splits a multiple sheets PDF file into many single page PDFs.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub MDSplit ( _ inputPDF As String, _ |
C# |
|---|
public void MDSplit( string inputPDF, |
Visual C++ |
|---|
public: void MDSplit( |
JavaScript |
|---|
function mdSplit(inputPDF, outputFolder, outputBasePDFname); |
Parameters
inputPDF
Type: System.String
the full path name of the PDF to split
outputFolder
Type: System.String
the output folder for the created PDFs
outputBasePDFname
Type: System.String
the base filename of the splitted PDF files
Remarks
The command creates files with names like _outputBasePDFname_-XXX.PDF, where XXX is a number from 000 to NNN
See Also