arts-pdf split pro 2.0 User Manual

Page of 58
 
ARTS PDF Split Pro™ Guide 
 
COM Object 
 
8.4.7. SplitByControlFile 
 
 
SplitByControlFile  
Long SplitByControlFile (String sInputFile, String  
sOutputFolder, String sControlFile, BOOL bFullPath)  
Description   
This method splits a PDF using the split by control file 
method.  
Parameters  
  
sInputFile – Pathname of the source PDF.  
sOutputFolder – Path of the destination folder where 
output files are placed.  
SControlFile – Pathname of the control file.  
bFullPath – Optional parameter. Set to True if control file 
contains complete pathnames. 
Return Value  
0 if PDF split is successful otherwise returns an error 
value.  
Related methods  
GetErrorMessage  
 
 
8.4.8. SplitByCoordFile 
 
 
SplitByCoordFile  
Long SplitByCoordFile (String sInputFile, String  
sOutputFolder, String sCoordFile)  
Description   
This method splits a PDF using the split by coordinate file 
method.  
Parameters  
  
sInputFile – Pathname of the source PDF.  
sOutputFolder – Path of the destination folder where 
output files are placed.  
sCoordFile – Pathname of the coordinate file.  
Return Value  
0 if PDF split is successful otherwise returns an error 
value.  
Related methods  
GetErrorMessage  
 
 
8.4.9. SplitByFileSize 
 
 
SplitByFileSize  
Long SplitByFileSize (String sInputFile, String  
sOutputFolder, Long lFileSize)  
Description   
This method splits a PDF using the split by file size 
method.  
Parameters  
  
sInputFile – Pathname of the source PDF.  
sOutputFolder – Path of the destination folder where 
output files are placed.  
lFileSize – File size in kilobytes.