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

docx to rtf

(0.06 sec)
  1. Upcoming Release of GroupDocs.Assembly Cloud

    GroupDocs.Assembly Cloud REST API is about To launch. It is a document auTomation and reports generation REST API designed To create cusTom documents....formats: # Word: DOC, DOCX, DOT, DOTX, DOTM, DOCM, RTF, WordprocessingML...

    blog.groupdocs.cloud/assembly/upcoming-release-...
  2. Get Supported File Formats | 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 list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "Docx", "dot", "dotm", "dotx", "Rtf", "txt", "odt", "ott", "html" ] }, .... "docm" , "docx" , "dot" , "dotm" , "dotx" , "rtf" , "txt" ,...GetSupportedConversi ( "conversions/sample.docx" , Common . MyStorage )); foreach...

    docs.groupdocs.cloud/conversion/get-supported-f...
  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. 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...
  5. 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...
  6. 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/
  7. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....docx" , "fileFormat" : "Microsoft...Formats" }, { "extension" : ".rtf" , "fileFormat" : "Rich Text...

    docs.groupdocs.cloud/signature/get-supported-fi...
  8. 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...
  9. 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...
  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/