Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 14,190 for

docx

(0.8 sec)
  1. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.Docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....docx" }' Windows PowerShell curl...'FilePath': 'annotationdocs/one-page.docx' }" Windows CMD curl -v "https://api...

    docs.groupdocs.cloud/annotation/get-document-in...
  2. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. 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; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....docx" }' Windows PowerShell # First...'FilePath': '/words/four-pages.docx' } `n " Windows CMD REM First...

    docs.groupdocs.cloud/parser/get-document-inform...
  3. Get Documents Completed and Signed through Onli...

    GroupDocs's September 2014 newsletter focuses on the Aspose.Conversion for .NET library but also has news about what's new and what's coming next....Library and Cloud App Improved DOC/DOCX comparison. Performance improvements...

    blog.groupdocs.cloud/conversion/september-newsl...
  4. Add Image Watermark to PowerPoint (PPT/PPTX) in...

    Learn how to add image or logo watermarks to PowerPoint presentations using a .NET REST API. Secure PPT and PPTX files by applying image watermarks in C#....that you can process Word , DOCX , PDF , Excel , and various...

    blog.groupdocs.cloud/watermark/image-watermark-...
  5. GroupDocs.Parser MCP Server | Document Parsing ...

    Learn how to set up the open-source GroupDocs.Parser Cloud MCP Server, a lightweight MCP wrapper that enables AI agents to extract text, images, and barcodes from documents in GroupDocs Cloud storage....document formats, including PDF, DOCX, XLSX, PPTX, emails, and archives...Over 50 formats, including PDF, DOCX, XLSX, PPTX, email (.eml, .msg)...

    blog.groupdocs.cloud/parser/groupdocs-parser-mc...
  6. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....docx) is one of the most commonly...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  7. Merge and Combine PDF Files using REST API in Ruby

    PDF merger API allows combining multiple PDF files into a single PDF file. This article is about How to Merge and Combine PDF Files using REST API in Ruby....in Ruby How to Convert Word DOCX to PPTX PowerPoint Presentation...

    blog.groupdocs.cloud/merger/merge-and-combine-p...
  8. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how to extract pages from word documents using Rest API in Ruby...demonstrated below to split docx file into pages: Extract Specific...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  9. Issue with merging word documents - Free Suppor...

    Today Jan 09 at 16:47:13 UK time we’ve started experiencing issues with the merge API. We are using this API for merging word documents: com.groupdocs.cloud.merger.client.ApiException: Internal Server Error at com.grou…...Merger Cloud Product Family merge-docx partywallpro January 9, 2025...

    forum.groupdocs.cloud/t/issue-with-merging-word...
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.Docx" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....docx" \ -H "accept: application/json"...0/conversion/info?FilePath#words/four-pages.docx" ` -H "accept: application/json"...

    docs.groupdocs.cloud/conversion/get-document-me...