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

text

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. C# Merge PDF Files into One - C# File Merger

    Learn how to merge PDF files in C# using the GroupDocs.Merger Cloud SDK for .Net. Step-by-step guide for seamless PDF merging in your C# applications....below: Java DOM Parser - Extract Text from XML Documents in Java Extract...Java Document Parsing – Extract Text from PDF File in Java...

    blog.groupdocs.cloud/merger/how-to-merge-pdf-fi...
  5. 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....Property Description Json text Watermark text font Watermark font name...background. image Image watermark { "text" : "Watermark" , "font" : "Arial"...

    docs.groupdocs.cloud/conversion/convertoptions/
  6. 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...
  7. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....have the requirement to edit text, table, images, and other contents...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. 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-...
  9. 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...
  10. 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-...