Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 910 for

comparison ruby

(0.05 sec)
  1. 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...get_supported_file_formats () Ruby # For complete examples and...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  2. Rendering Document to Responsive HTML | Documen...

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 GroupDocs.Viewer supports to render a document to responsive HTML. It provides a EnableResponsiveRendering property, that lets you get responsive output HTML. The following example demonstrates how to minify output content when creating cache. NOTE: This feature is supported by all methods which accepts objects. Please note, that currently this option works for most document types, but there are few (listed below) that are not supported yet....Comparison Product Solution GroupDocs...available SDKs list . C# PHP Java Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/viewer/rendering-document-...
  3. 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...file path = " + result . path ) Ruby # For complete examples and...

    docs.groupdocs.cloud/merger/join-word-continous/
  4. 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...CreateViewRequest ( viewOptions )); Ruby # For complete examples and...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  5. 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.... printStackTrace (); } } } Ruby # Load the gem require 'gro...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  6. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat files (TXT), that contain no images, pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....Comparison Product Solution GroupDocs...to your project. C# Java PHP Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/editor/working-with-text-d...
  7. Ellipse Annotation | Documentation

    Ellipse annotation draws elliptic annotation in a document page 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Comparison Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  8. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline styling 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Comparison Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/text-underline-...
  9. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add 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....Comparison Product Solution GroupDocs...added: " + result [ 'href' ]) Ruby # For complete examples and...

    docs.groupdocs.cloud/annotation/text-field-anno...
  10. 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...to your project. C# Java PHP Ruby Node.js Python Was this page...

    docs.groupdocs.cloud/merger/move-pages/