Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,571 for

value

(0.04 sec)
  1. Working With Folder | Documentation

    GroupDocs.Classification Cloud Working With Folder...[Access Token]" Response { "value" : [ { "name" : "four-pages...folder/files you need to pass true value to recursive parameter in Request...

    docs.groupdocs.cloud/classification/working-wit...
  2. poll_5f57f7d819cae13f16323b5993e3527f72558ea9.css

    div.poll{margin:1em 0;border:1px solid var(--primary-low);display:grid;grid-template-areas:"poll" "info" "buttons"}div.poll>*{box-sizing:border-box}@media screen and (min-width: calc(550px + 1px)){......poll-type-value{border:none;color:var(--pri...poll-ui-builder .poll-type .poll-type-value.active{background-color:var...

    forum.groupdocs.cloud/stylesheets/poll_5f57f7d8...
  3. Evaluation tier | Documentation

    Evaluate GroupDocs.Rewriter Cloud service without registration.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/evaluation/
  4. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:... The default value is All Ignored if Pages collection...- JPG, PNG, BMP The default value is JPG OutputPath Path format...

    docs.groupdocs.cloud/merger/generate-document-p...
  5. 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....convert CSV (Comma-Separated Values) files to PDF (Portable Document...convert CSV (Comma-Separated Values) files to JSON (JavaScript...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  6. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": ".... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new Values choosing properties to edit by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to set new metadata creator 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....to set document metadata new values choosing properties to edit...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  8. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/inforesult/
  9. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": ".... We value your opinion. Your feedback...

    docs.groupdocs.cloud/classification/supported-f...
  10. 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...