Split PDF files With PDFSplitterX and ASP
Please, download and install
PDFSplitterX. Using the sample code below you will be able to PDF files.
Example ASP:
dim C
Set C=CreateObject("PDFSplitter.PDFSplitterX")
C.Convert "c:\source1.pdf", "c:\Dest Folder\", "-fo"
set C = nothing
If you need examples on other languages please
contact us. We will create any example specially for you.