arts-pdf split pro 2.0 User Manual

Page of 58
 
ARTS PDF Split Pro™ Guide 
 
COM Object 
 
 
Using ARTSSPLITPROCOMLib 
 
ARTSSplitProClass objAPSplit; 
 
8.2.5. Delphi 
 
  
ARTSSplitPro.ARTSSplitPro 
 
APSP: Variant; 
APSP := CreateOleObject('ARTSSplitPro.ARTSSplitPro'); 
 
8.2.6. PHP 
 
  
ARTSSplitPro.ARTSSplitPro 
 
$APSplitPro = new COM("ARTSSplitPro.ARTSSplitPro") 
 
 
8.3.  Permissions for Web Applications 
 
When using ARTS PDF Split Pro COM within a web application, certain permissions must 
be granted to the designated output folder in order for these output files to be saved to 
disk.  If these permissions are not granted correctly, the splitting method will generally 
return the error value 403 – I/O Error. 
 
8.3.1. ASP 
 
  
Both the Internet Guest (IUSR_MachineName) and Launch IIS Process 
(IWAM_MachineName) accounts require sufficient privileges to write to the specified 
output folder. 
 
8.3.2. ASP.NET 
 
  
The Internet Guest (IUSR_MachineName), Launch IIS Process (IWAM_MachineName) 
and ASP.NET Machine (ASPNET) accounts require sufficient privileges to write to the 
specified output folder. 
 
If anonymous internet access is not permitted to your web application then substitute 
the Internet Guest Account with that of the authorized user account(s).