Web API Edition | ComponentOne
Services / PDF Services / Info
In This Topic
    Info
    In This Topic

    PDF Info service gets the information related to the PDF file, with the specified PDF path. The PDF document will be cached. The client application sends an HTTP request to the service application for using PDF Info WebAPI.

    PDF Info Service Request Schema

    To obtain the information related to a specific PDF file using the PDF path, you need to use GET method. PDF file path is specified in the request URL as:

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

    pdfpath - The pdf file that storage manager can recognize.

    Response Messages

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