Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 2,635 for

annotation java

(0.08 sec)
  1. 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....Annotation Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  2. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....Annotation Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  3. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...Annotation Product Solution GroupDocs...FolderApi: " + e . Message ); } } } } Java package examples.Working_With_Folder...

    docs.groupdocs.cloud/viewer/working-with-folder/
  4. Summarizing text with GroupDocs.Rewriter SDK | ...

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

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

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

    docs.groupdocs.cloud/rewriter/text/sdk/simmplify/
  6. Findging synonyms with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK to find synonyms for word or phrase....Annotation Product Solution GroupDocs...working code and sample files: Java package com.groupdocs ; // Import...

    docs.groupdocs.cloud/rewriter/text/sdk/synoymize/
  7. Working With Files | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as a query string parameter or as part of the URL storageName Name of the storage....Annotation Product Solution GroupDocs...} } Java package examples.Working_With_Files ; import java.io...

    docs.groupdocs.cloud/editor/working-with-files/
  8. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder pages. 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....Annotation Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/reorder-pages/
  9. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. 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....Annotation Product Solution GroupDocs...Requests\ConvertDocumentReque ( $settings )); Java // For complete examples and...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  10. Overview | Documentation

    GroupDocs.Comparison Cloud is a REST API that provides an ability to detect differences between source and target files for changes at paragraphs, words and characters levels. Can identify styling and formatting changes - like bold, italic, underlines, strike-troughs, font types, etc. Every particular difference between compared document can be applied or rejected and the exported to a final document. GroupDocs.Comparison Cloud allows to obtain basic information about source document - file type, size, pages count etc....Annotation Product Solution GroupDocs...SDKs are provided: .NET ( , , ) Java ( , , ) PHP ( , ) Node.js (...

    docs.groupdocs.cloud/comparison/overview/