Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,963 for

value

(0.06 sec)
  1. GroupDocs.Cloud 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.Annotation Cloud, consider the following: The main avenue for support is the GroupDocs Cloud Forums. Post your question in the GroupDocs.Annotation Forum and it will be answered within a few hours Please note, GroupDocs does not provide technical support over the phone. Phone support is only available for sales and purchase questions When expecting a reply in the forums, please allow for time zone differences... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/technical-support/
  2. 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.Editor 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/editor/technical-support/
  3. Configure FTP Storage | Documentation

    You have to complete following steps to configure the Storage: Create FTP storage account. Box.com account is used via FTP in this example Log into Dashboard Access the Storages Page Select FTP Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyFTPStorage), FTP server address, user name, password and port number and check if Require explicit SSL over TLS Save Storage Now you can use it by its name in the service API with this account.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/total/configure-ftp-storage/
  4. Load Options by Document Family | Documentation

    Load Options by Document Family... We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/load-options-by...
  5. How to set text styling of watermark in PHP usi...

    I’m getting my watermarked styled as italic by default, How can I modify make it normal instead of italic. And another issue is the color that we can specify, which colors? Is it possible to specify color code likes “#00…...You can use Color name or RGB value of color. 1 Like tilal.ahmad...

    forum.groupdocs.cloud/t/how-to-set-text-styling...
  6. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/updatesettings/
  7. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model. Please check the Pricing Plan and How to Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/watermark/pricing-plan/
  8. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/fileinfo/
  9. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....criteria and add the specified value. Modifying Metadata GroupDocs...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/features-overview/
  10. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language.... Value . ToString ()); } catch ( Exception...ObjectExist: " + response . Exists . Value . ToString ()); } catch ( Exception...

    docs.groupdocs.cloud/conversion/working-with-st...