Web API Edition | ComponentOne
In This Topic
    Status
    In This Topic

    PDF Status service gets the status of the cached PDF document source. Your client application sends an HTTP request to the service application for using the status API to obtain information related to PDF document.

    PDF Status Service Request Schema

    To get the status of the cached pdf document source, you need to use GET method. PDF file path is specified in the request URL, as:

    GET:http://<host>[:port]/api/pdf/{pdfpath}/$pdf/status



    pdfpath - The pdf file that storage manager can recognize.

    Response Messages

    HTTP Status Code Reason
    200 Json string contains IDocumentStatus type object.
    404 The pdf path does not exist.

    For more information on PDF Services, see WebApiExplorer demo.