Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,580 for

value

(0.04 sec)
  1. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The password for password-protected documents (docx, pdf, etc)... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/fileinfo/
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...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/groupdocs.cloud/page/42/
  3. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default Value : 1 pagesCount integer Number of pages to convert Default Value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...start conversion from Default value : 1 pagesCount integer Number...of pages to convert Default value : 0 (all pages) loadOptions...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. Signing up | Documentation

    Learn how to sign up for GroupDocs.Rewriter Cloud service.... GroupDocs values your privacy and takes technical...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/sign-up/
  5. Signature envelope expiration - Free Support Fo...

    Hi, Using cloud signature api. When does the envelope expire email go out - in how many days? Also when does reminder emails go out? I’m sure all other emails are sent instantly. Thanks...This parameter takes float value, so if 1 day - the remainder...request. Yes there are default values StepExpireTime 3 days, ExpireTime...

    forum.groupdocs.cloud/t/signature-envelope-expi...
  6. 401 Unauthorized reoccurring - Free Support For...

    Hi, Im using the groupdocs-conversion-cloud, version 21.12. I have random and reoccurring incidents of getting “401 Unauthorized” on files that were previously fine, and with the same credentials for groupdocs. those i…...can either use the expires_in value from the response to regenerate...

    forum.groupdocs.cloud/t/401-unauthorized-reoccu...
  7. Technical Support | Documentation

    GroupDocs provides unlimited free technical support for all its products. The support is available to all users, including evaluation. If you need help with GroupDocs.Editor Cloud, consider the following: The main avenue for support is the GroupDocs Cloud Forums. Post your question in the GroupDocs.Watermark Cloud Forum and it will be answered within a few hours. The questions are answered directly by the GroupDocs.Editor Cloud development team Please note, GroupDocs does not provide technical support over the phone.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/watermark/technical-support/
  8. System requirements | Documentation

    Minimum requirements and prerequisites for developing applications with GroupDocs.Translation Cloud.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/translation/system-require...
  9. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/revisioninfo/
  10. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/removeoptions/