Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,503 for

view

(0.1 sec)
  1. Split a worksheet into pages | GroupDocs

    Split worksheets into pages when rendering spreadsheets to HTML, PDF, and image formats using GroupDocs.Viewer Python API....instance to the property of your view (depending on the output file...for_rendering_by_page_breaks () viewer . view ( viewOptions ) if __name__...

    docs.groupdocs.com/viewer/python-net/split-work...
  2. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....files Leave feedback allows to view the list of content of archive...Viewer ( inputArchivePath )) { // view it } FileStream inputArchiveStream...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  3. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....diagramming software to load and view Visio files within your Java...Pass a document you want to view to the class constructor. You...

    docs.groupdocs.com/viewer/java/render-visio-doc...
  4. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Pass a document you want to view to the class constructor. You...sf-to-html.html" ) viewer . view ( viewOptions ) sample.nsf sample...

    docs.groupdocs.com/viewer/nodejs-java/render-lo...
  5. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Java API to convert EBooks to HTML, PDF, PNG, and JPEG formats....any book reader to load and view EBooks within your Java application...instance. Pass a book you want to view to the class constructor. You...

    docs.groupdocs.com/viewer/java/render-ebooks/
  6. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Pass a document you want to view to the class constructor. You...( "output.html" ); viewer . view ( viewOptions ); } The following...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  7. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats.... view ( viewOptions ); } The following...setRenderGridLines ( true ); viewer . view ( viewOptions ); } The following...

    docs.groupdocs.com/viewer/java/specify-renderin...
  8. Set image size limits | GroupDocs

    This article shows how to set output image size limits when rendering image to HTML...jpeg" )) { // Create view options. var viewOptions = HtmlViewOptions...ImageMaxHeight = 600 ; viewer . View ( viewOptions ); } VB.NET Imports...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  9. WebForm UI Example Project for GroupDocs.Viewer...

    The GroupDocs team is pleased to announce the Front End sample project for the ASP.NET WebForm developers. The reason behind this release is to facilitate the developers to write their own document Viewer using GroupDocs.Viewer for .NET 3.x. Almost all the functionalities have been implemented in this project which was given in the old GroupDocs.Viewer for .NET 2.x UI Based API. The developers are flexible to customize the application by their own....tools needed for convenient viewing and navigation of a documents...Scroll view, one page in a row, two pages in a row view, double...

    blog.groupdocs.com/viewer/webform-ui-example-pr...
  10. Render PDF as HTML using Python

    Render PDF as HTML using Python with simple steps. Discover how to convert PDF to HTML in Python for smooth access, flexible distribution, and seamless embedding online....output should be saved Call the view() method with your HtmlViewOptions...be saved. Finally, call the view() method with your HtmlViewOptions...

    kb.groupdocs.com/viewer/python/render-pdf-as-ht...