Trouble Shooting

For the Add to default proxy list” option, check Add this service applications proxy
to the farms 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”.