The following platform services are supported:
Cloud Entry Point (CEP)
- The RESTful entry point to PCC when running in Multi-Server Mode. Communications will be routed from here to the appropriate Server Entry Points across a multi-server deployment. Refer to the PCC Multi-Server Mode topic for more details about this entry point.
Content Conversion Service (CCS)
- Facilitates conversions of PDC supported read formats to PDF, SVG, PNG, JPEG, and TIFF.
Error Reporting Service (ERS)
- Error messages from all RESTful services are pushed to this service and written to a single log file:
- Windows - C:\ProgramData\Accusoft\Prizm\Logs\ErrorReportingService.log
- Linux - /usr/share/prizm/logs/ErrorReportingService.log
Format Detection Service (FDS)
- Documents provided to the WorkFile Service are identified by this service in order to provide a standard file extension for the document. Any documents with incorrect file extensions are assigned their correct file extension when identified by this service. For example a file, my_image.jpg, may actually be another image type (png). This service is responsible for identifying the actual file type and correctly associating it with the correct extension, my_image.png.
HTML Conversion Service (HTMLCS)
- Conversions of HTML document formats to web friendly SVG, PNG, or JPG formats for viewing are performed by this internal HTTP service.
Office Conversion Service (OCS)
- Conversions of Office document formats to web friendly SVG, PNG, or JPG formats for viewing are performed by this HTTP service.
PDF Conversion Service (PDFCS)
- PDF to SVG conversions for HTML5 viewing is handled by this internal HTTP service.
Proxy Server
- This internal service takes responsibility for the extraction of text from Office document formats for search.
Raster Conversion Service (RCS)
- Conversions of Raster image files including Tiff, DICOM to web friendly PNG or JPG formats for viewing are performed by this internal HTTP service.
Server Entry Point (SEP)
- The RESTful entry point to PCC when running in Single Server Mode. All communication from the application Web Tier will be handled by this service.
Vector Conversion Service (VCS)
- Conversions of CAD files to SVG for viewing, and to PDF format, are performed by this internal HTTP service.
Viewing Workflow (PCCIS)
- This internal RESTful service manages the workflow of the Platform Services. There are some configuration options of this service that directly affects your application. Refer to the Prizm Services Configuration Options topic for more details about them and to ensure they are set appropriately for your application.
WorkFile Service (WFS)
- The WorkFile Service provides temporary storage of files so they can be shared by the various services which operate on them. A WorkFile can be a file you provide as input to a process or a file provided to you as output from a process.