This API retrieves document information. It returns an object that contains information about file format, document pages and file size.
Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information.
cURL example Linux/MacOS/Bash curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.Docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....docx","StorageName": "MyStorage"...'FilePath': 'Signaturedocs/one-page.docx', 'StorageName': 'MyStorage'...
Free Support
Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...10:28 am Html to docx conversion issue Pdf to docx conversion issue...
Forget OpenAI or ChatGPT. Easily rewrite, rephrase, and paraphrase documents online with .NET REST API. Better than Gemini, Microsoft Copilot, and Claude...Handles multiple file formats: DOCX, PPTX, TXT, RTF, and more. Batch...
This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser.
cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx\"}" Windows PowerShell # First..."FilePath": "words/four-pages.docx" }' Windows CMD : : First, get...
This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload.
Here are the list of properties that can be obtained for a document:
Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties.
Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required....docx" }' Windows PowerShell # Get...'FilePath': '/documents/input.docx' }" Windows CMD : : Get JSON...
GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....Word-processing formats: DOC, DOCX, DOCM, DOT, DOTX, DOTM, ODT...
Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Merger Cloud Product Family merge-docx 17 751 September 5, 2025 Err...
There seems to be a GroupDocs’ backend account/storage mapping issue using python. I had similar problems testing with Aspose (and finally gave up). I can authenticate, but I always get a 401 for uploads. I’ve tried with…...RuntimeError("No extractable text found in DOCX.") original_texts = [item["text"]...out_path = file_path + ".translated.docx" with open(out_path, "wb") as...