Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,815 for

view

(0.02 sec)
  1. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....docx" )) { // Create view options. var viewOptions = HtmlViewOptions...ForPrinting = true ; viewer . View ( viewOptions ); } VB.NET Imports...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  2. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for .NET...docx" )) { // Create view options. PdfViewOptions viewOptions...want to render them. viewer . View ( viewOptions , 2 , 1 ); } VB...

    docs.groupdocs.com/viewer/net/reorder-pages/
  3. Render web documents as PDF, PNG, and JPEG file...

    Convert web documents (CHM, HTML) to PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... Use this library to view web files within your Java application...Pass a web document you want to view to the class constructor. You...

    docs.groupdocs.com/viewer/python-net/render-web...
  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... ( "output.html" ) viewer . view ( viewOptions ) The following...

    docs.groupdocs.com/viewer/nodejs-java/render-lo...
  5. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....instance to the method of your view (depending on the output file...forRenderingByPageBr ()); viewer . view ( viewOptions ); } The image...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  6. Split a worksheet into pages | Documentation

    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 ) The image below...

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

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

    docs.groupdocs.com/viewer/nodejs-java/render-eb...
  8. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API.... From the “broad” point of view, every font, which is referenced...counterpart, from “narrow” point of view, only those font, which is applied...

    docs.groupdocs.com/editor/net/font-extraction-o...
  9. Render to PNG or JPEG | Documentation

    With GroupDocs.Viewer for .NET you can render documents to PNG and JPEG formats.... View ( viewOptions ); } VB.NET Imports...New PngViewOptions () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  10. Render attachments | Documentation

    Render email attachments with GroupDocs.Viewer for .NET in the same way as you would render any other documents... To view attachments, follow these steps:...saved attachment. Specify the view options depending on the output...

    docs.groupdocs.com/viewer/net/how-to-convert-an...