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

value

(0.03 sec)
  1. 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/
  2. 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...
  3. PreviewOptions | Documentation

    PreviewOptions structure defines options for creating documents preview FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Format": "PNG", "PageNumbers": [ 0 ], "Width": 0, "Height": 0, "RenderComments": true } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. Format Preview format. Supported Values are: PNG, JPEG or BMP. Default Value is PNG. PageNumbers Page numbers to create preview for Width Preview image width Height Preview image height RenderComments Show comments in preview...Supported values are: PNG, JPEG or BMP. Default value is PNG. PageNumbers...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/previewoptions/
  4. 在 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-...
  5. Groupdocs credit balance checking - Free Suppor...

    Hi Guys, My application intend to do a checking the credit balance for all 3rd services. How I can make an API call for groupdocs to check my credit balance? Please help me with that Best regards, Troy Juddoc...implemented getting BilledApiCalls value in license consumption method...Net. Using the BilledApiCalls value, it’s possible to estimate credits...

    forum.groupdocs.cloud/t/groupdocs-credit-balanc...
  6. Setting content language | Documentation

    How to specify a language of the processed text....supported: Language Configuration value Arabic ar English en French...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/languages/
  7. 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/
  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. 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...
  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/