Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 9,803 for

text

(0.08 sec)
  1. Compare files online | Free GroupDocs Apps

    Diff files online for free. Free online tool to compare PDF, HTML, XLSX, and other files online....painstakingly matching each line of text. The "Compare now" button can...

    products.groupdocs.app/comparison/total
  2. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Boost your Document Viewing Applications with more than 50 Document & Image Formats. GroupDocs.Viewer for Cloud 18.11 includes support of Outlook Data Files...fonts into HTML ensures that the text of the original document will...

    blog.groupdocs.cloud/viewer/support-outlook-dat...
  3. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Extract Single Image and Body Text from 1 Page .docx File GroupDocs...

    forum.groupdocs.cloud/latest
  4. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders Text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of Text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....Viewer Cloud renders text and graphics as a single layer...option that enables rendering of text and graphics according to z-order...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  5. HTML to document conversion not happening with ...

    This topic is a continuation of this topic: This Topic is created by sergei.terentev using Email to Topic tool.... Image of data shown in text editor: image.png (30.6 KB)...Korean; topics and questions text are not displayed in bold in...

    forum.groupdocs.cloud/t/html-to-document-conver...
  6. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering Text documents or email messages. This feature is supported for: Plain-Text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....pass encoding when rendering text documents or email messages...feature is supported for: Plain-text (.txt) files Comma-separated...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  7. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions.... They organize text into rows and columns, which...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  8. When rendering Xlsx as PDF, Chinese characters ...

    We’re using node.js groupdocs-viewer-cloud 24.8.0. Here’s the code: import { readFile, writeFile } from "fs/promises"; import viewer, { Configuration, DownloadFileRequest, FileInfo, RenderOptions, Spreadshe…...renderPrintAreaOnly: false, /** * The text overflow mode for rendering...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  9. 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/
  10. 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/