Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,074 for

storage api

(0.04 sec)
  1. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-Api Api and Document View working-with-viewer-Api Api. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description Api Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....working-with-viewer-api API and working-with-viewer-api API. Note Not all...ViewOptions fields Name Description API Version ViewFormat Allows to...

    docs.groupdocs.cloud/viewer/viewoptions/
  2. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud Storage Convert document Download converted document from Storage Steps 1 and 3 are Storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert Api method will return the converted document in the response body....input document into cloud storage Convert document Download converted...document from storage Steps 1 and 3 are storage operations, please...

    docs.groupdocs.cloud/conversion/convert-document/
  3. Join Multiple Documents | Documentation

    This REST Api allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide Storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the Storage Required property StorageName Storage name It could be omitted for default Storage....feedback On this page This REST API allows merging two or more documents...it’s only needed to provide storage path for each file. For protected...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  4. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST Api for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The Api provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....Watermark Cloud is a REST API for managing watermarks in the...third-party tools) in a document. The API provides straightforward and...

    docs.groupdocs.cloud/watermark/features-overview/
  5. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST Api from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The Api also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....document data extraction REST API from over 50 document types....your typical documents. The API also provides methods to extract...

    docs.groupdocs.cloud/parser/features-overview/
  6. Search Watermarks | Documentation

    This REST Api allows finding watermarks in the document. The Api supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the Storage Required FileInfo....REST API allows finding watermarks in the document. The API supports...in the storage Required FileInfo.StorageName Storage name Could...

    docs.groupdocs.cloud/watermark/search-watermarks/
  7. Java: Convert PDF to Excel Online | PDF to XLS ...

    How to convert PDF to Excel workbook using Java REST Api. Develop PDF to Excel online converter using Java Api. Easy and simple PDF to XLS conversion...PDF to Excel using a Java REST API automates the process, ensuring...PDF to Excel Conversion REST API PDF to XLS Conversion in Java...

    blog.groupdocs.cloud/conversion/pdf-to-xls-online/
  8. EPUB Metadata Editor |Change EPUB Metadata in J...

    Easily modify EPUB e-book metadata in Java using our REST Api-based EPUB Metadata Editor. Tailor and update e-book details seamlessly for a customized reading experience....Metadata Cloud API to easily modify EPUB e-book...e-book metadata using a REST API. Additionally, we will provide step-by-step...

    blog.groupdocs.cloud/metadata/edit-epub-metadat...
  9. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result. The following code sample demonstrates how to accept all revisions without getting them. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud Storage Call Api method with options Download comparison result document from Storage (if any) Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details.... API usage There are steps that usage...input documents into cloud storage Call API method with options Download...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  10. 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....feedback On this page This REST API allows removing watermarks from...watermarks and then removes them. The API supports a rich set of search...

    docs.groupdocs.cloud/watermark/remove-watermarks/