Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 2,431 for

comparison java

(0.08 sec)
  1. 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....Comparison Product Solution GroupDocs....NET 2.0 ( , NuGet Package) Java ( , Jar) API Explorer The easiest...

    docs.groupdocs.cloud/watermark/features-overview/
  2. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....Comparison Product Solution GroupDocs...(), "<br />" ; PHP_EOL ; } ?> Java package examples.Working_With_Conversions...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  3. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java PHP Ruby Node.js Python Was...

    docs.groupdocs.cloud/merger/change-page-orienta...
  4. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java PHP Ruby Node.js Python Was...

    docs.groupdocs.cloud/merger/join-document-pages/
  5. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Comparison Product Solution GroupDocs...calling api: " + e . Message ); } Java & Android // For complete examples...

    docs.groupdocs.cloud/merger/join-word-continous/
  6. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....Comparison Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  7. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages....Comparison Product Solution GroupDocs...add an SDK to your project. C# Java PHP Ruby Node.js Python Was...

    docs.groupdocs.cloud/merger/move-pages/
  8. How to self-host GroupDocs.Editor Cloud with Do...

    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....Comparison Product Solution GroupDocs...apiInstance . GetSupportedFileForm (); Java & Android // For complete examples...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  9. Summarizing text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts summarization....Comparison Product Solution GroupDocs...working code and sample files: Java package com.groupdocs ; // Import...

    docs.groupdocs.cloud/rewriter/text/sdk/summarize/
  10. Simplifying text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts simplification....Comparison Product Solution GroupDocs...working code and sample files: Java package com.groupdocs ; // Import...

    docs.groupdocs.cloud/rewriter/text/sdk/simmplify/