Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,963 for

value

(0.06 sec)
  1. Convert Text Files to PDF using File Conversion...

    Convert text to pdf file in high quality using our advanced conversion API. Let's learn how to convert text files to PDF using file conversion API in Python... Next, set convert_options value with pdf convertOptions Now...

    blog.groupdocs.cloud/2022/07/20/convert-text-fi...
  2. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/add-watermark/
  3. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/add-direct/
  4. Working with Stamp Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to put Stamp Signature on supported file format. It provides methods to create Stamp Signature in Document Pages with different options to add image as stamp, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Stamp Signature to Document You can create Stamp Signature on Document provided by fileName and document folder (if required) using following API.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/working-with-sta...
  5. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/compare-multipl...
  6. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default Values that provides both - appropriate comparison speed and quality. Example below demonstrates how to change different changes types styling. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....options set with some default values that provides both - appropriate...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/customize-chang...
  7. What is CI/CD? · GitHub · GitHub

    Continuous Integration and Continuous Delivery/Deployment or (CI/CD) automates builds, testing, and deployment so you can ship code changes faster and reliably...teams to continuously deliver value. Learn more about DevOps Explore...

    github.com/resources/articles/devops/ci-cd
  8. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/working-with-fi...
  9. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage. VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/security-operations/
  10. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/split-document/