Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 2,230 for

conversion php

(0.07 sec)
  1. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. 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 Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Conversion Product Solution GroupDocs..."DeletePages: pages deleted." ); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/delete-pages/
  2. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Conversion Product Solution GroupDocs...our available SDKs list . C# PHP Java Python Ruby Add Multiple...

    docs.groupdocs.cloud/signature/working-with-sig...
  3. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Editor-Cloud only The metered license can be used in Docker version of GroupDocs.Editor-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.Editor Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Editor 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....Conversion Product Solution GroupDocs...response . getQuantity ()); PHP // For complete examples and...

    docs.groupdocs.cloud/editor/metered-consumption/
  4. 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....Conversion Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...

    docs.groupdocs.cloud/merger/split-document/
  5. Failed to convert HTML file - Free Support Foru...

    Hi, I’m using GroupDocs Conversion version Conversion_cloud groupdocs/Conversion-cloud:alpine, trying to convert the attached HTML file, and failing, without an error, just never never-ending spinning wheel (via Postman…...using GroupDocs conversion version conversion_cloud groupdocs...groupdocs/conversion-cloud:alpine, trying to convert the attached HTML...

    forum.groupdocs.cloud/t/failed-to-convert-html-...
  6. AmazonS3 Storage exception: Exception of type '...

    Hello, we are seeing this Cloud convert error when converting many different word documents to pdf. Is there an issue with Amazon storage there? GroupDocs.Conversion.Cloud.Sdk.Client.ApiException: AmazonS3 Storage excep…...Conversion Cloud Product Family convert-word-to-pdf...storage there? GroupDocs.Conversion.Cloud.Sdk.Client.ApiException:...

    forum.groupdocs.cloud/t/amazons3-storage-except...
  7. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Conversion Product Solution GroupDocs.... printStackTrace (); } } } PHP // For complete examples and...

    docs.groupdocs.cloud/merger/extract-pages/
  8. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Conversion Product Solution GroupDocs...printStackTrace (); } } } PHP <? php include ( dirname ( __DIR__...

    docs.groupdocs.cloud/comparison/get-supported-f...
  9. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Conversion Product Solution GroupDocs...CreateViewRequest ( viewOptions )); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/render-document/
  10. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by document type The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Conversion Product Solution GroupDocs...GetInfoRequest ( viewOptions )); PHP // For complete examples and...

    docs.groupdocs.cloud/viewer/get-document-inform...