arts-pdf split pro 2.0 Benutzerhandbuch

Seite von 58
 
ARTS PDF Split Pro™ Guide 
 
COM Object 
 
8.  ARTS PDF Split Pro™ COM  
 
 
ARTS PDF Split Pro™ COM allows developers to integrate the ARTS PDF Split Pro™ methods of 
splitting in custom applications. The COM component comes as a DLL file containing methods that 
can be called to split PDF files and can be utilized in environments such as Visual Basic, Delphi, 
ASP, ASP.NET and PHP.  Examples of Visual Basic and ASP code can be found in section 8.2 of this 
document, 
.  
 
8.1.  Registering the COM object 
 
The ARTS PDF Split Pro COM Library is contained within the distributable file 
APSplitPro.dll.  This interface is automatically registered as an OLE server when installed 
using the ARTS PDF Split Pro installer and can be located in the Windows System32 
folder, typically C:\WINDOWS\system32\APSplitPro.dll 
 
To redistribute applications built using this library to other machines, copy this file to the 
target computer and register it using Windows’ REGSVR32 utility.  Note that the 
APSplitPro.dll file does not need to be located in the SYSTEM32 folder; however it is 
recommended you copy it there to avoid any potential permissions problems. 
 
 
 
To unregister the COM object, use the –u switch in the command line call, i.e. regsvr32 
C:\WINDOWS\system32\APSplitPro.dll -u