Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1
Get Document Information for HTML Representation
This API retrieves document information. It returns an object that contains information about file format and file size. It also Includes information about document pages and attachments
{"fileName":"Test.msg","extension":".msg","fileFormat":"Microsoft Outlook Mail Message","size":99840,"dateModified":"2018-02-07T05:10:43Z","pages":[{"number":1,"name":"","width":612,"height":792,"angle":0,"visible":true}],"attachments":[{"name":"password-protected.docx","extension":".docx","fileFormat":"Microsoft Word"}],"startDate":"0001-01-01T00:00:00","endDate":"0001-01-01T00:00:00"}
SKD examples
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information for Image Representation
GroupDocs.Viewer Cloud also supports to retrieves document information for Image representation. This API returns an object that contains information about file format and file size. It also Includes information about document pages and attachments.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information from URL for HTML Representation
You can get document information for a document at provided URL for HTML representation. Following API retrieves file from specified URL and tries to detect file type when fileName parameter is not specified. It saves retrieved file in storage, use fileName and folder parameters to specify desired file name and folder to save file.
When file with specified name already exists in storage new unique file name will be used. It also returns object that contains information about file format and file size along with information about document pages and attachments.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information from URL for HTML Representation
Get Document Information from URL for Image Representation
GroupDocs.Viewer for Cloud also supports to get document information for a document at provided URL as Image representation. Following API retrieves file from specified URL and tries to detect file type when fileName parameter is not specified. It saves retrieved file in storage, use fileName and folder parameters to specify desired file name and folder to save file.
When file with specified name already exists in storage new unique file name will be used. It also returns object that contains information about file format and file size along with information about document pages and attachments.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information with DocumentInfoOptions for HTML Representation
You can get document information for a document with specified DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject). API expects DocumentInfoOptions common-resources/options-objects/#HDocumentInfoOptionsObject)object data in request body. It returns an object that contains information about file format and file size. It also Includes information about document pages and attachments.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information with DocumentInfoOptions for Image Representation
GroupDocs.Viewer for Cloud also supports to get document information for a document with specified DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject) as Image representation. API expects DocumentInfoOptions common-resources/options-objects/#HDocumentInfoOptionsObject)object data in request body. It returns an object that contains information about file format and file size. It also Includes information about document pages and attachments.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information for Document Passed in Request Body for HTML Representation
You can retrieve document information for posted document. API saves file in storage. It uses fileName and folder parameters to specify desired file name and folder to save file. When file with specified name already exists in storage new unique file name will be used for file.
API also returns an object that contains information about file format, file size, information about document pages and attachments. We can pass document content or multipart content where first part is document and second is DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject) object data to request body.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information for Document Passed in Request Body for Image Representation
You can retrieve document information for posted document for image representation. API saves file in storage. It uses fileName and folder parameters to specify desired file name and folder to save file. When file with specified name already exists in storage new unique file name will be used for file.
API also returns an object that contains information about file format, file size, information about document pages and attachments. We can pass document content or multipart content where first part is document and second is DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject) object data to request body.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information from URL with DocumentInfoOptions for HTML Representation
You can retrieve document information for document from provided URL for HTML representation. The API retrieves document information with specified DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject).
It expects DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject) object data in request body.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Get Document Information from URL with DocumentInfoOptions for Image Representation
You can retrieve document information for document from provided URL for HTML representation. The API retrieves document information with specified DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject).
It expects DocumentInfoOptionscommon-resources/options-objects/#HDocumentInfoOptionsObject) object data in request body.
The API is completely independent of your operating system, database system or development language. We provide and support API SDKs in many development languages in order to make it even easier to integrate. You can see our available SDKs list here.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.