ComponentOne Studio Web API Edition
Features

PDFDocument service provides different features that are supported with the PDF file format. Your client application sends an HTTP request to the service application for using Features API to obtain the features supported by the PDF document.

PDF Features Service Request Schema

To get the features that are supported by the 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/features

pdfpath - The pdf file that storage manager can recognize.

Response Messages

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


For more information on PDF Services, see WebApiExplorer demo.

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback