PDF Info service gets the information related to the PDF file, with the specified PDF path. The PDF document is cached and the client application sends an HTTP request to the service application for using PDF Info WebAPI.
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
Here, pdfpath refers to 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. |