Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 3,510 for

view

(1.07 sec)
  1. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs.... View ( viewOptions ); } VB.NET Imports...viewOptions . Quality = 50 viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  2. Render specific pages | GroupDocs

    This article explains how to View specific pages when processing documents with GroupDocs.Viewer within your Java applications.... view ( viewOptions , 1 , 3 ); } Specify...forEmbeddedResources (); viewer . view ( viewOptions , pageNumbers...

    docs.groupdocs.com/viewer/java/view-specific-pa...
  3. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document 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-file-type...
  4. Load password-protected documents | GroupDocs

    This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/load-password-pro...
  5. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....accessible and visible when viewing the document in any PDF viewer...)) { viewer . View ( viewOptions1 ); viewer . View ( viewOptions2...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... view ( viewOptions ); } The following...forRenderingByScaleF ( 0 . 5f )); viewer . view ( viewOptions ); } When you...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  7. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... view ( viewOptions ) HousePlan.dwg...forRenderingByScaleF ( 0.5 ) ) viewer . view ( viewOptions ) HousePlan.dwg...

    docs.groupdocs.com/viewer/nodejs-java/specify-c...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...world demands the ability to view documents as PDFs as a fundamental...rendering of Word documents to view as PDF using C#. Additionally...

    blog.groupdocs.com/groupdocs.blog/page/18/
  9. Save Assembled Word Processing, Presentation, S...

    The HTML format is widely used for creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, contains the built-in web browser that supports Viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the content that is available in the form of HTML pages can easily be Viewed just having installed a web browser....web browser that supports viewing the HTML files. Other than...of HTML pages can easily be viewed just having installed a web...

    blog.groupdocs.com/assembly/save-assembled-word...
  10. How to Render DOCX as JPG using C#

    In this article, we will guide you on how to render DOCX as JPG using C# without installing extra software. We will also provide code to render DOCX to JPG using C#....argument to its constructor Get the view options by creating object of...class Call the Viewer.View method with view options to render DOCX...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...