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

value

(0.05 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. 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/
  3. 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/
  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. 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/
  6. 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...
  7. 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/
  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. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new Values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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....to set document metadata new values choosing properties with names...SearchCriteria ": { " NameOptions ": { " Value ": " ^NameOfApp.* ", " MatchOptions...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  10. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new Values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. 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.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....to set document metadata new values choosing properties with specified...SearchCriteria ": { " NameOptions ": { " Value ": " NameOfApplication ", "...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...