Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,963 for

value

(0.04 sec)
  1. Extract Images | Documentation

    This REST API provides the functionality to extract images from the document. There are following ways to extract images from a document: Extract all images from the whole document; Extract images from specific document pages by setting pages range. It saves extracted images to the storage so they can be easily downloaded. The API allows extracting images from containers like ZIP archives, PDF portfolios, Email attachments, MS Outlook storages (PST/OST). For protected documents, it is also required to provide a password.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/extract-images/
  2. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....8 , "value" : "T" }, ... SDK examples The...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  3. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/get-supported-file-...
  4. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  5. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/features-overview/
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document. Endpoint accepts document storage path as input payload. Here are the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count; Document encryption indicator. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/get-document-info...
  7. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/swap-pages/
  8. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; 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-image-waterm...
  9. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions.... We value your opinion. Your feedback...

    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…... Default value is 50. */ // countRowsPerPage:...

    forum.groupdocs.cloud/t/when-rendering-xlsx-as-...