Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 39 for

docx to rtf

(0.47 sec)
  1. Sending Word files for translation | Documentation

    How To send Word files for translation To the selected languages....translate Word, OpenOffice ODT, RTF or TXT file, send a POST request..."outputFormat": "pdf", "format": "Docx", "pages": null }' Request (evaluation)...

    docs.groupdocs.cloud/translation/file/request/w...
  2. Analysis of Text or Documents using a REST API ...

    Programmatically Perform Sentiment Analysis of your Documents and any Raw Text using a REST API in C# with GroupDocs.Classification for .NET SDK....as PDF, Word, OpenDocument, RTF, and TXT. The classification...Document # Firstly, upload the DOCX file on the cloud using the...

    blog.groupdocs.cloud/classification/sentiment-a...
  3. No ChatGPT | Rephrase Rewrite Paraphrase Text a...

    Forget OpenAI or ChatGPT. Easily rewrite, rephrase, and paraphrase documents online with .NET REST API. Better than Gemini, Microsoft Copilot, and Claude...multiple file formats: DOCX, PPTX, TXT, RTF, and more. Batch rewriting...

    blog.groupdocs.cloud/rewriter/paraphrase-docume...
  4. 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.....supported: DOC, DOCM, DOCX, DOT, DOTM, DOTX, RTF, ODT, OTT Comparison...

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

    GroupDocs.Viewer Cloud Overview...Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft... OTS, ODG Rich Text Format: RTF Plain Text File: TXT Comma-Separated...

    docs.groupdocs.cloud/viewer/overview/
  6. DNN (DotNetNuke) PDF Viewer Module by GroupDocs

    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...and Rich text formats: TXT, RTF HyperText Markup Language: HTM...

    blog.groupdocs.cloud/viewer/online-document-vie...
  7. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 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....docx" }, { "fileFormat" : "Microsoft...Text Format" , "extension" : ".rtf" }, { "fileFormat" : "Plain Text...

    docs.groupdocs.cloud/signature/supported-file-f...
  8. New SDK Versions Have Been Released for GroupDo...

    With these new Cloud SDKs, developers on different platforms can easily integrate GroupDocs’ document collaboration Tools inTo their apps and sites....PDF, DOCX to TIFF, PDF to DOC, PDF to HTML, XLS to CSV, RTF to...improved handling of DOC to DOCX conversion operations, streamlined...

    blog.groupdocs.cloud/total/get-up-and-running-q...
  9. 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...Formats" }, { "extension" : ".rtf" , "fileFormat" : "Rich Text...

    docs.groupdocs.cloud/signature/get-supported-fi...
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“Docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts To be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows To use common color, or “UseObjectColor” - Allows To use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“Docx”, for example)....The format of input file, (“docx”, for example). This field must...The format of input file, (“docx”, for example). This field must...

    docs.groupdocs.cloud/conversion/loadoptions/