Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 3,088 for

docx to docx

(0.04 sec)
  1. annoucing-groupdcs.comparison-cloud-API-first-r...

    First Release of GroupDocs.Comparison REST API is about To release. This release will include document comparison features along with support of Word, PDF.....Words supported: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF, ODT,...

    blog.groupdocs.cloud/comparison/next-generation...
  2. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft...

    docs.groupdocs.cloud/viewer/overview/
  3. 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...
  4. Sending images and scanned PDFs for translation...

    How To scans and image files for translation To the selected languages and get the result as plain text.... Docx. rotationAngle Integer null...

    docs.groupdocs.cloud/translation/file/request/i...
  5. 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/
  6. Sending Markdown files for translation | Docume...

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

    docs.groupdocs.cloud/translation/file/request/m...
  7. Announcing First Release of Next Generation Gro...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats To Words, Cells, Html, PDF, Slides and Image formats.... here is a quick example of DOCX to PDF conversion using GroupDocs...conversions','name':'sample.docx'}}"` **Response** `{ "href":...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  8. Sending PowerPoint and ODP files for translatio...

    How To send PowerPoint and ODP files for translation To the selected languages.... Docx. outputFormat String n/a Extension...

    docs.groupdocs.cloud/translation/file/request/p...
  9. Get Supported File Types | Documentation

    This REST API allows To get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Get document information (available formats) curl -v "https://api....docx" , "fileFormat" : "Office Open...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  10. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how To get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The environment variables CLIENT_ID and CLIENT_SECRET must be set....docx" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/parser/get-supported-file-...