Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,544 for

signature php

(0.33 sec)
  1. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Signature Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...

    docs.groupdocs.cloud/merger/get-document-inform...
  2. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract 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....Signature Product Solution GroupDocs...count = " + response . size ()); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/extract-annotat...
  3. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Signature Product Solution GroupDocs...following platforms: .NET ( , ) PHP ( , ) Java ( , ) Ruby ( , ) NodeJS...

    docs.groupdocs.cloud/viewer/features-overview/
  4. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....Signature for Cloud App Introduced tagging...number of fixes. GroupDocs.Signature for .NET Library Supports...

    blog.groupdocs.cloud/annotation/focus-groupdocs...
  5. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the 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 Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Signature Product Solution GroupDocs...response . getTotalCount ()); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/get-pages/
  6. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Merger-Cloud only The metered license can be used in Docker version of GroupDocs.Merger-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Merger Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Merger API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation....Signature Product Solution GroupDocs...response . getQuantity ()); PHP // For complete examples and...

    docs.groupdocs.cloud/merger/metered-consumption/
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Signature Product Solution GroupDocs...converted: " + result . length ()); PHP // For complete examples and...

    docs.groupdocs.cloud/conversion/quick-start/
  8. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....Signature Product Solution GroupDocs...ConvertAndDownload ( request ); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/convert-and-download/
  9. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...Signature Cloud API Issue Groupdocs...in Node.js with GroupDocs.Signature Cloud API Issue Internal error:...

    forum.groupdocs.cloud/t/free-support-policies/627
  10. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Signature Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...

    docs.groupdocs.cloud/merger/change-page-orienta...