This REST API allows to obtain basic inFormation about the document and it’s properties.
It returns InfoResult data structure, which contains the list of properties:
Document File Format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document inFormation.
cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....properties: Document file format File extension File size Pages count...\ -d '{ "FilePath": "source_files/word/source.docx" }' Windows...