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...
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...
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...
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...
How to use custom caching implementation with GroupDocs.Viewer using Java.... view ( options ); currentTimeMillis..."Time taken on first call to View method " + currentTimeMillis...
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...
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...
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...
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...