ComponentOne Studio Web API Edition
Info

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.

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback