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

docx to docx

(0.14 sec)
  1. Move Pages | Documentation

    This REST API provides a move page feature that allows you To manipulate page ordering by moving any page(s) To a new position within a document. For moving page To a new position, it’s needed To specify current and new page numbers along with the path To document in sTorage. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while moving document pages....docx"}, "PageNumber": 1, "NewPageNumber":..."OutputPath": "output/move-page.docx" }' Windows PowerShell # First...

    docs.groupdocs.cloud/merger/move-pages/
  2. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Merger Cloud Product Family merge-docx 17 698 September 5, 2025 Err...

    forum.groupdocs.cloud/latest
  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. 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...
  8. 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...
  9. 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...
  10. GroupDocs Backend Account/Storage Mapping Issue...

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

    forum.groupdocs.cloud/t/groupdocs-backend-accou...