Trouble Shooting
For the “Add to default proxy list” option, check “Add this service application’s proxy
to the farm’s default proxy list” option.
After the above settings are applied, you can find the “Foxit PDF Conversion Services” listed in
the Service Application list.
Alternatively, you can also use the PowerShell command to create “Foxit PDF
Conversion Service” and “Foxit PDF Conversion Service Proxy”.
$appPool = Get-SPServiceApplicationPool -Name "SharePoint Web Services Default"
New-FoxitConversionServiceApplication -Name "Foxit PDF Conversion Service App"
-ApplicationPool $appPool | New-FoxitConversionServiceApplicationProxy -Name "Foxit
PDF Conversion Service App Proxy"
Note: For the “$appPool”, you can choose an existing application pool or create a new one.
Manage Services on Server
Visit SharePoint 2010 Central Administration, click “Manage service on server” under
“System Settings”.