Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,040 for

merger php

(0.05 sec)
  1. Working with Spreadsheets | Documentation

    Spreadsheet documents are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS, SXC and others, which are supported by GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Merger Product Solution GroupDocs...SDK to your project. C# Java PHP Ruby Node.js Python Was this...

    docs.groupdocs.cloud/editor/working-with-spread...
  2. How to self-host GroupDocs.Signature Cloud with...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtimes dependencies, file system. The container is an isolated process with additional features that you can interact with....Merger Product Solution GroupDocs...apiInstance . getSupportedFileForm (); PHP // For complete examples and...

    docs.groupdocs.cloud/signature/how-to-self-host...
  3. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....Merger Product Solution GroupDocs...apiInstance . comparisons ( request ); PHP // For complete examples and...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  4. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting document; The following code sample shows how to accept/reject changes. 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....Merger Product Solution GroupDocs...PutChangesDocumentRe ( options )); PHP // For complete examples and...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  5. GroupDocs.Comparison Cloud SDKs | Documentation

    GroupDocs.Comparison Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Merger Product Solution GroupDocs...require_once('vendor/autoload.php'); Note Complete source code...

    docs.groupdocs.cloud/comparison/available-sdks/
  6. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Merger Product Solution GroupDocs...provided: .NET ( , ) Java ( , ) PHP ( ) Node.js ( ) Python ( ) Ruby...

    docs.groupdocs.cloud/conversion/features-overview/
  7. Edit Word Documents or Excel Sheets using REST API

    Programmatically edit Word documents or Excel sheets using a REST API from your documents on the cloud in Python with Document Editor Cloud SDK for Python....NET , Java , PHP , Ruby , Android , and Node.js...Product Family (7) GroupDocs.Merger Cloud Product Family (28) GroupDocs...

    blog.groupdocs.cloud/2021/02/12/edit-word-or-ex...
  8. Render Outlook Data Files To HTML using Python ...

    Programmatically Render Outlook Data (.ost) Files To HTML using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....NET , Java , PHP , Ruby , Android , and Node.js...Product Family (7) GroupDocs.Merger Cloud Product Family (28) GroupDocs...

    blog.groupdocs.cloud/2021/06/03/render-outlook-...
  9. How to self-host GroupDocs.Annotation Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Merger Product Solution GroupDocs...apiInstance . getSupportedFileForm (); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/self-host-with-...
  10. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/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....Merger Product Solution GroupDocs...added: " + result . getTitle ()); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/area-annotation/