Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 7,891 for

text

(0.08 sec)
  1. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed Text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....different document parts and blocks: Text blocks - paragraphs, words and...customized if needed, changed text blocks can be marked with different...

    docs.groupdocs.cloud/comparison/compare-documents/
  2. Introducing GroupDocs.Conversion Cloud V2

    GroupDocs.Conversion Cloud REST API support conversion of 65+ document formats. It provides high-quality output quickly and reliably...file to PDF an add watermark text as following Get authentication...

    blog.groupdocs.cloud/conversion/introducing-gro...
  3. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search options to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....{ "qrCodeType" : "Aztec" , "text" : "GroupDocs.Signature Cloud"... MatchTypeEnum . Contains , Text = "GroupDocs.Signature Cloud"...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  4. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer 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/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....rtf" , "fileFormat" : "Rich Text Format" }, { "extension" : "...txt" , "fileFormat" : "Plain Text File" }, { "extension" : ".tex"...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  5. Extract Images by a Page Number Range | Documen...

    This REST API allows extracting images from specific pages only by setting pages range. This operation supports only documents with pages. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images by a page number example. cURL example The following example demonstrates how to extract images by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....0/parser/text" \ -X POST \ -H "Content-Type:...

    docs.groupdocs.cloud/parser/extract-images-by-a...
  6. Convert Word to PNG and PNG to Word Document in...

    Convert Word DOC into optimized PNG images in seconds using our free, and secure API. Let's see how to convert Word to PNG and PNG to Word document in Java....is primarily used to format text, but you can also include images...Programmatically in C# Convert Text to HTML and HTML to Text in Python Convert...

    blog.groupdocs.cloud/conversion/convert-word-to...
  7. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word documents to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Learn how to transform DOC, DOCX files to web-friendly HTML using Node.js....great versatility for displaying text across platforms and devices...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  8. Supported Document Formats | Documentation

    The following table contains a full list of file formats that are currently supported by GroupDocs.Metadata Cloud. Format Description Load Save Remarks DOC Microsoft Word 97 - 2007 Document. ✔ ✔ *.doc versions starting from Microsoft Word 95 DOT Microsoft Word 97 - 2007 Template. ✔ ✔ DOCX Office Open XML WordprocessingML Document (macro-free). ✔ ✔ DOCM Office Open XML WordprocessingML Macro-Enabled Document. ✔ ✔ DOTX Office Open XML WordprocessingML Template (macro-free)....Email Message Format ✔ ✔ ODF Text Document. ✔ ✔ Saves the document...

    docs.groupdocs.cloud/metadata/supported-documen...
  9. 全新GroupDocs.Signature Cloud V2!

    签名 REST API,用于应用、验证和搜索各种文件格式的电子签名。支持多种电子签名..."SignatureImplementat": "TextStamp","Text": "John Smith","Width": 100...true, "PageNumbers": [1] }, "Text": "John Smith", "BarcodeType":...

    blog.groupdocs.cloud/zh/signature/all-new-group...
  10. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split Text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....array of delimiters to split text into words DetailsLevel The...

    docs.groupdocs.cloud/comparison/settings/