Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 2,820 for

view

(0.06 sec)
  1. Classes with similar names are not overwritten ...

    Keeping customers feedback in View, we are pleased to announce GroupDocs.Comparison for Java 17.3.2. In earlier version of the API, there were classes with similar names. Hence, in some applications, when API was loaded, classes with similar names were overwritten. This issue is now resolved. We’d recommend you to Download the new release and enhance your document comparison experience. GroupDocs.Comparison for Java 17.3.2 - Bug Fixes Classes with similar names are overwritten Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Keeping customers feedback in view, we are pleased to announce...

    blog.groupdocs.com/comparison/classes-with-simi...
  2. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in View, we are introducing some new file formats with the release of GroupDocs.Merger for .NET 19.2. Following new file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a template files. Beside new features, we also introduced a improvement and few bug fixes.... Keeping that in view, we are introducing some new...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  3. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/Views – for View files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist.... your_app/views – for view files, we will use Haml...our views. Lines 5-7 creates our first root with a view named...

    blog.groupdocs.com/signature/working-with-group...
  4. Render SVG as PDF using Java

    Effectively grasp the understanding to render SVG as PDF using Java. Furthermore, explore detailed step-by-step instructions and Java code for rendering SVG to PDF....its constructor Acquire the view options by creating an object...Call the Viewer.view method, providing the view options, to save...

    kb.groupdocs.com/viewer/java/render-svg-as-pdf-...
  5. How to Render DOCX as HTML using Java

    Discover how to convert DOCX to HTML in Java without the need for additional software installations. We'll also supply the code to generate HTML with embedded resources from a DOCX file using Java....its constructor Retrieve the view options by calling HtmlViewOptions...Call the Viewer.view method by providing view options as an argument...

    kb.groupdocs.com/viewer/java/how-to-render-docx...
  6. How to Render PDF as HTML using Java

    This article will instruct you how to render PDF as HTML using Java. Furthermore, it includes a code example to help you to convert word document to HTML....get the view options Call the Viewer.View method with view options...

    kb.groupdocs.com/viewer/java/how-to-render-pdf-...
  7. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET... View ( viewOptions ); } VB.NET Imports...Security = security viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/protect-pdf-docum...
  8. Load from URL | Documentation

    This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } static Stream...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/load-document-fro...
  9. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } static Stream...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/load-document-fro...
  10. Render SVG as HTML using Java

    Efficiently grasp the procedure of how to render SVG as HTML using Java. Additionally, discover step-by-step instructions and Java code for rendering SVG to HTML....to its constructor Obtain the view options by calling the HtmlViewOptions...Call the Viewer.view method, passing the view options, to save...

    kb.groupdocs.com/viewer/java/render-svg-as-html...