Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 729 for

resource

(0.04 sec)
  1. Presentation PowerPoint

    Marketing MIT Careers Office ♦ 12-170 ♦ (617) 253-4733 ♦ http://web.mit.edu/career/www/ Overview Marketing combines the arts of brand creation, management, and enhancement. Of strategic importance ......org Exploration Resources Direct Marketing Association...screen. • Select Download. MIT Resources Alumni Association http://alum...

    blog.groupdocs.cloud/pl/conversion/convert-pdf-...
  2. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API Resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument.... Resources The following GroupDocs.Editor...Editor Cloud REST API resource has been used in the example. HTTP...

    docs.groupdocs.cloud/merger/get-supported-file-...
  3. Getting metered license-information | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license information. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/license cURL example Request # cURL example to get metered license information curl -v "http:///v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "isLicensed": true } Response The response structure contains metered license information:...about Self-hosted version at Resource URI HTTP GET ~/conversion/license...

    docs.groupdocs.cloud/conversion/license-informa...
  4. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....whether Color is uninitialized Resource URI HTTP POST ~~/watermark/remove...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  5. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....whether Color is uninitialized Resource URI HTTP POST ~~/watermark/replace...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  6. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....the output as a storage URL Resource HTTP POST ~ /conversion lets...get the output as stream. Resource HTTP POST ~/conversion lets...

    docs.groupdocs.cloud/conversion/convert-to-word...
  7. 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.... Resource URI HTTP PUT ~/convertAndDownload...file , err := os . Open ( "Resources/SampleFiles/sample.docx" )...

    docs.groupdocs.cloud/viewer/convert-and-download/
  8. 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.... Resource URI HTTP GET ~/merger/consumption...realpath ( __DIR__ )) . '\Resources\WordProcessing\four-pages...

    docs.groupdocs.cloud/merger/metered-consumption/
  9. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Signature-Cloud only The metered license can be used in Docker version of GroupDocs.Signature-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.Signature Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Signature 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.... Resource URI HTTP GET ~/signature/consumption...realpath ( __DIR__ )) . '\Resources\WordProcessing\four-pages...

    docs.groupdocs.cloud/signature/metered-consumpt...
  10. Parse by Template | Documentation

    This REST API provides the functionality to extract data from documents. This method parses document content by a user-generated template. The template can be provided as an object or storage path. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing documents by a template. Name Description Comment FileInfo.FilePath The path of the document, located in the storage.... Resource URI HTTP POST ~/parse lets...

    docs.groupdocs.cloud/parser/parse-by-template/