Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 11,991 for

java examples

(0.11 sec)
  1. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF documents when calling Info method. Following example demonstrates how to retrieve view information for PDF document. 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. Swagger UI lets you call this REST API directly from the browser.... Following example demonstrates how to retrieve...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/viewer/get-view-info-for-p...
  2. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.... Following example demonstrates on how to delete...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  3. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. 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 HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard.... cURL example Request // First get JSON Web...application/json" // cURL example to create document preview...

    docs.groupdocs.cloud/annotation/get-pages/
  4. 11. Convert nsf storage to eml documents | Docu...

    This example demonstrates how to convert nsf storage into set of eml documents with load 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 GroupDocs.Conversion Cloud documentation 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....feedback On this page This example demonstrates how to convert...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/conversion/convert-nsf-doc...
  5. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. 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 Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard.... cURL example Request // First get JSON Web...application/json" // cURL example to delete annotations in the...

    docs.groupdocs.cloud/annotation/delete-annotati...
  6. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/metadata/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK Examples Our API is completely independent of your operating system, database system or development language....storageName Storage name cURL example Request curl -X GET "https://api...Response { "exists" : true } SDK examples Our API is completely independent...

    docs.groupdocs.cloud/metadata/working-with-stor...
  7. 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.... cURL example Request # First get JSON Web..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/viewer/get-document-inform...
  8. 用于保护文档的水印云 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通过 REST API 对文档添加水印。特点包括;添加图像或文本水印,删除、替换或搜索水印。...NET 和 Java 开发人员的 本地 API 以及任何类型用户的 跨平台在线应用程序...10]页面或访问相关的[GitHub存储库][11]。 Java中为Word文档添加图像水印 # 您可以在此处查看使用 [GroupDocs...

    blog.groupdocs.cloud/zh/watermark/watermark-clo...
  9. 用於保護文檔的水印雲 API 和 SDK %%sep%% GroupDocs

    使用 .NET 或 Java SDK 通過 REST API 對文檔添加水印。特點包括;添加圖像或文本水印,刪除、替換或搜索水印。...NET 和 Java 開發人員的 本地 API 以及任何類型用戶的 跨平台在線應用程序...10]頁面或訪問相關的[GitHub存儲庫][11]。 Java中為Word文檔添加圖像水印 # 您可以在此處查看使用 [GroupDocs...

    blog.groupdocs.cloud/zh-hant/watermark/watermar...
  10. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. API Usage There are steps that usage of GroupDocs....This example demonstrates how to split worksheets...directly from the browser. cURL example Request # First get JSON Web...

    docs.groupdocs.cloud/viewer/split-worksheets-in...