Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,570 for

value

(0.04 sec)
  1. 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…... Default value is 50. */ // countRowsPerPage:...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...
  2. Overview | Documentation

    GroupDocs.Comparison Cloud is a REST API that provides an ability to detect differences between source and target files for changes at paragraphs, words and characters levels. Can identify styling and formatting changes - like bold, italic, underlines, strike-troughs, font types, etc. Every particular difference between compared document can be applied or rejected and the exported to a final document. GroupDocs.Comparison Cloud allows to obtain basic information about source document - file type, size, pages count etc.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/overview/
  3. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/get-document-inform...
  4. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  5. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  6. 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": "...."fileFormat" : "Comma-Separated Values" }, { "extension" : ".html"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/get-supported-fi...
  7. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty.... This is a default value. To set the overflowed text...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  8. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Comma-Separated Values: CSV Tab Separated values: TSV HyperText...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/overview/
  9. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All.... The default value is All Ignored if Pages collection...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/join-document-cross...
  10. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....[Access Token]" Response { "value" : [ { "name" : "four-pages...is FilesList: " + response . Value . Count . ToString ()); } catch...

    docs.groupdocs.cloud/merger/working-with-folder/