Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 710 for

resource

(0.14 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/th/conversion/convert-pdf-...
  2. 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/pdf-to-ppt-j...
  3. 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/
  4. 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/
  5. Convert MPP to Excel | Export MPP to XLS | MPP ...

    Learn how to convert MS Project (MPP) files to Excel format (XLS/XLSX) using C# .NET. Dynamic MPP to XLS or MPP to XLSX conversion. MPP to XLS Converter...tracking project timelines, resources, and tasks. It is ideal for...such as tasks, timelines, and resource allocations. The first step...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  6. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-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.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....information about Docker version at Resource URI HTTP GET ~/viewer/consumption...realpath ( __DIR__ )) . '\Resources\WordProcessing\four-pages...

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

    docs.groupdocs.cloud/editor/metered-consumption/
  8. 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...
  9. 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/
  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/