Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 5,149 for

storage api

(0.11 sec)
  1. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....of pages in a source document API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  2. Convert CSV to JSON and JSON to CSV in Java

    Convert and transform JSON to CSV file or CSV to JSON online using fileformat Api. This article is about how to convert CSV to JSON and JSON to CSV in Java....plain text format for data storage. CSV does not support complex...JSON and JSON to CSV Converter API - Installation How to Convert...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  3. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering.... API Usage There are steps that usage...input document into cloud storage Render document or get document...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  4. 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...
  5. Import attachment into pdf document | Documenta...

    This REST Api allows add attachments into pdf documents. Attachments should be uploaded into cloud Storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the Storage Required property StorageName Storage name Could be omitted for default Storage VersionId File version Id Useful for Storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST Api directly from the browser....feedback On this page This REST API allows add attachments into pdf...should be uploaded into cloud storage before importing. The table...

    docs.groupdocs.cloud/merger/import-attachment/
  6. How to self-host GroupDocs.Conversion Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....explore the API. With Swagger UI you can call API methods in your...it on our , or use raw REST API requests as you can find it ...

    docs.groupdocs.cloud/conversion/self-host-with-...
  7. Add Image Watermarks | Documentation

    This REST Api allows adding image watermarks to the document. With this Api you can add image watermarks with the following features: Image watermark supports various image formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....feedback On this page This REST API allows adding image watermarks...watermarks to the document. With this API you can add image watermarks...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  8. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with Storage API Working with File Api Working with Folder...Folder API Working with Conversion API Basic usage Advanced usage...

    docs.groupdocs.cloud/conversion/developer-guide/
  9. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. Api usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud Storage Call Api method 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. Swagger UI lets you call this REST Api directly from the browser.... API usage There are steps that usage...input documents into cloud storage Call API method Download comparison...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  10. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the Api provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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 Steps 1 and 3 are Storage operations, please refer to this File Api documentation for usage details....layout from a CAD drawing the API provides CadOptions.LayoutName...to render a specific layout. API Usage There are steps that usage...

    docs.groupdocs.cloud/viewer/render-single-layout/