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

value

(0.08 sec)
  1. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Dictionary Translations as a key-value list: Key is the into which...the files were translated. Value contains URL of the translated...

    docs.groupdocs.cloud/translation/file/fetch/
  2. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue....Dictionary Translations as a key-value list: Key is the into which...the texts were translated. Value is the array of translated strings...

    docs.groupdocs.cloud/translation/text/fetch/
  3. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity Values range is from 0 to 100. Minimal Value - the minimal Value is 0. Setting sensitivity to a minimal Value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default Value is 75....sensitivity values range is from 0 to 100. Minimal value - the minimal...minimal value is 0. Setting sensitivity to a minimal value provides...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  4. 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/
  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. 在 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-...
  7. 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...
  8. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions.... Allowed values are: AllowAll, DenyPrinting...DenyDataExtraction, DenyAll. Default value is AllowAll, if now permissions...

    docs.groupdocs.cloud/viewer/pdfoptions/
  9. 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-...
  10. 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/