Sort Score
Result 10 results
Languages All
Labels All
Results 6,631 - 6,640 of 25,303 for

java

(0.09 sec)
  1. 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.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  2. 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.... C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  3. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into WordProcessing format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....SaveRequest ( saveOptions )); Java // For complete examples and...loud/groupdocs-editor-cloud-java-samples String MyAppKey = ""...

    docs.groupdocs.cloud/editor/working-with-wordpr...
  4. 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.... Message ); } } } } Java package examples ; import com...types. */ public class Merger_Java_GetSupportedFileType { public...

    docs.groupdocs.cloud/merger/get-supported-file-...
  5. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....working code and sample files: Java package com.groupdocs ; // Import...client.api.FileApi ; import java.io.File ; public class Demo...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  6. Merge PowerPoint PPT/PPTX Files Online using RE...

    Combine multiple PowerPoint presentations into a single file. This article is about how to merge powerPoint PPT/PPTX files online using REST API in Ruby....NET, Java, PHP, Python, Android, and Node...

    blog.groupdocs.cloud/merger/merge-powerpoint-pp...
  7. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....0) Updated JAVA SDK (Release Version 1.6.0)...

    blog.groupdocs.cloud/total/groupdocs-september-...
  8. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Request curl -X POST "https://api....> Java package examples.Working_With_Conversions...import java.util.List ; public class Conversion_Java_Convert_To_Pdf...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  9. Compare PDF Files using REST API in Node.js | P...

    Programmatically Sign Documents with Digital Signatures using REST API on the cloud in Node.js with GroupDocs.Signature Cloud SDK for Node.js....NET , Java , PHP , Android , Ruby , and...

    blog.groupdocs.cloud/signature/sign-documents-w...
  10. Convert PDF to Editable Word Document using Ruby

    You can convert PDF to Word DOCX in Ruby on the cloud. In this article, we will learn how to convert PDF to Editable Word document using Ruby Cloud API....NET, Java, PHP, Android, and Node.js SDKs...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...