Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 1,882 for

value

(0.28 sec)
  1. Features Overview | Documentation

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

    docs.groupdocs.cloud/viewer/features-overview/
  2. 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...
  3. vendors~Reddit.bc83b5d9bc1f724e08b1.js

    (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([["vendors~Reddit"],{"./node_modules/@r/frames/compiled.js":function(e,t,o){"use strict";(function(e){Object.definePro......defineProperty(t,"__esModule",{value:!0});var o=arguments,n=".*"...defineProperty(t,"__esModule",{value:!0}),t.setup=t.trigger=t.getLocation=void...

    www.redditstatic.com/desktop2x/vendors~Reddit.b...
  4. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....[Access Token]" Response { "value" : [ { "versionId" : "null"...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/working-with-stor...
  5. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set Value based on width-to-length ratio. You may adjust the size of resulting document by setting CadOptions as show in example. 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....2000 px, another side is set value based on width-to-length ratio...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/adjust-output-image...
  6. Working with Folder API | 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 folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to 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 exposes....[Access Token]" Response { "value" : [ { "name" : "four-pages...folder/files you need to pass true value to recursive parameter in Request...

    docs.groupdocs.cloud/comparison/working-with-fo...
  7. 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/
  8. 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-...
  9. 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...
  10. 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...