Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 42 for

docx to rtf

(0.1 sec)
  1. Summarize Documents in C# | Document Summarizat...

    How To summarize document content using .NET REST API. Create concise summaries of PDFs, Word files, and text documents using AI-powered summarization....PDF , DOC / DOCX , HTML , Markdown , TXT and RTF files. Install..."input/document.docx" , File.OpenRead( "document.docx" )); fileApi...

    blog.groupdocs.cloud/rewriter/summarize-documen...
  2. 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...
  3. 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...
  4. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family format, that includes DOC, DOT, Docx, DOCM, DOTX, ODT, Rtf and much more. All these formats are supported by the GroupDocs.EdiTor Cloud. There several steps that usage of GroupDocs.EdiTor Cloud consists of: Upload input document inTo cloud sTorage Load the document inTo editable representation in the cloud sTorage (HTML file and resources) Download HTML document (and resources, if needed) from sTorage Edit HTML document at client side Upload HTML document back inTo the sTorage Save the edited document inTo WordProcessing format in the sTorage Download saved document Steps 1, 3, 4, 5 are sTorage operations, please refer To this STorage Operations) for usage details....includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All...'FilePath': 'WordProcessing/four-pages.docx' }, 'OutputPath': 'Output',...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  5. Document Merger Online | Free GroupDocs Apps

    Free online file merger. Merge files To single file. 100% free online document merger....Open XML Macro-Enabled Document DOCX Merger Microsoft Word Open XML...PowerPoint Open XML Presentation RTF Merger Rich Text Format File...

    products.groupdocs.app/merger/total
  6. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods To apply Text and Figure based annotations To documents & images of all popular formats. Resource The following GroupDocs.Comparison 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/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".Docx", "fileFormat": "Microsoft Word" }, { "extension": "....docx" , "fileFormat" : "Microsoft..."Microsoft Word" }, { "extension" : ".rtf" , "fileFormat" : "Rich Text...

    docs.groupdocs.cloud/annotation/get-supported-f...
  7. Combine VSDX Online | Free GroupDocs Apps

    Free online VSDX merger. Combine VSDX To single file. 100% free online VSDX merger....Open XML Macro-Enabled Document DOCX Merger Microsoft Word Open XML...PowerPoint Open XML Presentation RTF Merger Rich Text Format File...

    products.groupdocs.app/merger/vsdx
  8. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....Microsoft Word DOCX, DOC, DOT, DOTX, DOTM, DOCM, RTF, WordprocessingML...

    docs.groupdocs.cloud/assembly/getting-started/p...
  9. Combine PDF Online | Free GroupDocs Apps

    Free online PDF merger. Combine PDF To single file. 100% free online PDF merger....Open XML Macro-Enabled Document DOCX Merger Microsoft Word Open XML...Open XML Presentation Merge RTF Files Rich Text Format File TEX...

    products.groupdocs.app/merger/pdf
  10. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....: [{ options }] } doc, docm, docx, dot, dotm, dotx, odt, ott Properties..."pageOrientation" : "Default" } rtf Properties Description format...

    docs.groupdocs.cloud/conversion/convertoptions/