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

view

(0.03 sec)
  1. 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...
  2. Render MSG as HTML using Java

    In this guide, we'll explore how to render MSG as HTML using Java, without installing extra software. Also, we'll supply you with Java code for rendering MSG to HTML....its constructor Obtain HTML view options using the HtmlViewOptions...Call the Viewer.view method, passing the view options as an argument...

    kb.groupdocs.com/viewer/java/render-msg-as-html...
  3. Render XLSX as HTML using C#

    In this topic, we will explore how to render XLSX as HTML using C# without need for additional tool. Also, we will furnish you with C# code for rendering XLSX to HTML....its constructor Obtain HTML view options using the HtmlViewOptions...method Call Viewer.View method, passing the view options, to save...

    kb.groupdocs.com/viewer/net/render-xlsx-as-html...
  4. 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...
  5. 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...
  6. 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...
  7. Announcing GroupDocs Online Document Viewer Mod...

    Great news for all ExpressionEngine CMS users! We’ve released an efficient GroupDocs Viewer module for ExpressionEngine CMS. This plugin allows you to embed GroupDocs’ high-fidelity online document Viewer together with selected documents to ExpressionEngine pages. As GroupDocs’ online document Viewer supports many different formats, visitors to ExpressionEngine websites can now effortlessly View documents of multiple formats online. [caption id=“attachment_1047” align=“alignnone” width=“600” caption=“Announcing GroupDocs’ online document Viewer module for ExpressionEngine”] [/caption] GroupDocs Viewer is an efficient and flexible online document Viewer....websites can now effortlessly view documents of multiple formats...align=“alignnone” width=“600” caption=“View documents online in high quality...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  8. Load from Amazon S3 Storage | Documentation

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

    docs.groupdocs.com/viewer/net/load-document-fro...
  9. Specify encoding when loading documents | Docum...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/specify-encoding-...
  10. 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...