Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,570 for

value

(0.03 sec)
  1. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted document size Size of the converted document url Page file path in the cloud storage. Use this Value to download page using File API... Use this value to download page using Was this...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/conversionresult/
  2. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the 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...."" }, " Properties ": [ { " Value ": " 02-12-2020 04:41:10 ",...SearchCriteria ": { " NameOptions ": { " Value ": " ^.*print.* ", " MatchOptions...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  3. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...of Cloud APIs and is great value for money. This holiday season...GroupDocs is making it even better value by giving you 25% off GroupDocs...

    blog.groupdocs.cloud/total/groupdocs.cloud-janu...
  4. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts).... Default value is false. Was this page helpful...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/htmloptions/
  5. 62920156546af3a40199eba9b971be89a9f7698b.js

    "define"in window&&define("discourse/theme-2/initializers/theme-field-6-desktop-html-script-1",["exports","discourse/lib/plugin-api"],(function(e,i){"use strict" Object.defineProperty(e,"__esModule......defineProperty(e,"__esModule",{value:!0}),e.default=void 0 requi...

    forum.groupdocs.cloud/theme-javascripts/6292015...
  6. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page.... Use this value to download page using page...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/viewresult/
  7. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage.... Use this value to download page using Succeeded...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/signresult/
  8. Edit PDF Metadata in C# - PDF Metadata Editor

    Install GroupDocs.Metadata Cloud SDKs for .NET and edit PDF metadata in C# Programmatically. It also offers a web-based online metadata editor....NameOptions for which to update the value Create SetRequest with SetOptions...property value : Set Metadata by Matching Property Value Download...

    blog.groupdocs.cloud/metadata/edit-metadata-of-...
  9. Sending files for processing | Documentation

    How to send files for processing to the selected language....Degree of paraphrasing, accepted values Off, Medium and High. format...Summarization degree, accepted values Off, Medium and High. format...

    docs.groupdocs.cloud/rewriter/file/request/
  10. 在 C# 中使用 REST API 编辑 PDF 文件的元数据

    使用适用于 .NET 的元数据操作 Cloud SDK 在 C# 中使用云上的 REST API 以编程方式编辑 PDF 文件的元数据...NameOptions = new NameOptions { Value = "Keywords" } }, } } }; //...NameOptions = new NameOptions { Value = "Title", MatchOptions = new...

    blog.groupdocs.cloud/zh/metadata/edit-metadata-...