Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 2,810 for

view

(0.04 sec)
  1. Create Document Viewer in ASP.NET Core MVC for ...

    The online document Viewers have become popular after the grown usage of digital documents, especially in the content management systems. The reason behind this popularity is you can View a variety of document formats without purchasing or installing dedicated software programs. Considering the importance of document Viewers, I thought to write an article on how to create a universal document Viewer in ASP.NET MVC. We are going to create an ASP....behind this popularity is you can view a variety of document formats...Select Web Application (Model-View-Controller) and click Ok button...

    blog.groupdocs.com/viewer/document-viewer-in-as...
  2. Subset fonts | Documentation

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#).... View ( viewOptions ); } VB.NET Imports...SubsetFonts = True } viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Convert to grayscale | Documentation

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#).... View ( viewOptions ); } VB.NET Imports...ConvertToGrayScale = True } viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#).... View ( viewOptions ); } VB.NET Imports...ImageQuality = 50 } viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. How to use custom cache implementation | Docume...

    How to use custom caching implementation with GroupDocs.Viewer using Java.... view ( options ); currentTimeMillis..."Time taken on first call to View method " + currentTimeMillis...

    docs.groupdocs.com/viewer/java/how-to-use-custo...
  6. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string 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-document-fro...
  7. Specify rendering options for CAD files | Docum...

    Render CAD files (DWG, DXF, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer's options.... view ( viewOptions ) The following...for_rendering_by_scale_factor ( 0.5 ) viewer . view ( png_options ) When you render...

    docs.groupdocs.com/viewer/python-net/specify-ca...
  8. Specify the JPEG image quality | Documentation

    Reduce PDF file size by adjusting JPEG image quality. Set the image quality between 1 and 100....docx" ) as viewer : # Create view options. viewOptions = gvo ...pdf_optimization_options viewer . view ( viewOptions ) Was this page...

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  9. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...DefaultFontName = "Courier New" viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  10. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports..."This is a watermark" ) viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/add-text-watermark/