Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 14,325 for

docx

(0.66 sec)
  1. Use Python to Change Content of a TXT File - Ed...

    Use a REST API to easily alter text files using Python. Use this robust solution to easily edit, update, and customize web pages....document formats, including DOCX, XLSX, PPTX, and more. Is there...

    blog.groupdocs.cloud/editor/edit-text-file-with...
  2. Archive

    archives...Convert Word to JPG in Java – DOCX to JPG using Java REST API December...Convert Word to HTML in C# - DOCX to HTML using .NET Cloud SDK...

    blog.groupdocs.cloud/archives/
  3. Convert PDF to HTML in .NET | PDF to Web Page C...

    How to convert PDF to HTML using .NET API. Step-by-step guide with code samples, cURL commands, and SEO-friendly tips for accurate PDF to web conversion....exploring the following articles: DOCX to PDF using .NET REST API Convert...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  4. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...focusing on how to annotate DOCX files using a REST API in Python...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  5. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats 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.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document information curl -v "https://api....docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  6. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/get-supported-fi...
  7. Sending HTML files for translation | Documentation

    How to send HTML files for translation to the selected languages.... Docx. outputFormat String n/a Extension...

    docs.groupdocs.cloud/translation/file/request/h...
  8. Sending CSV files for translation | Documentation

    How to send CSV files for translation to the selected languages.... Docx. outputFormat String n/a Extension...

    docs.groupdocs.cloud/translation/file/request/c...
  9. Revealing First Public Release of Next Generati...

    GroupDocs.Comparison Cloud is a REST API for comparison of documents with manipulatation alongwith changes in the cloud....look on quick example of DOCX to DOCX comparison using GroupDocs...comparisons','name':'source.docx','password':''},'targetFile...

    blog.groupdocs.cloud/comparison/announcing-firs...
  10. Get Document Information | Documentation

    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...

    docs.groupdocs.cloud/metadata/get-document-info...