Topics tagged csharp...csharp Topic Replies Views Activity GroupDocs Editor Not Working...15 April 2, 2025 Not able to view pptx file in viewer GroupDocs...
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 remove form fields from PDF file using the GroupDocs.Viewer .NET API (C#).... View ( viewOptions ); } VB.NET Imports...RemoveFormFields = True } viewer . View ( viewOptions ) End Using End...
This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer .NET API (C#).... View ( viewOptions ); } VB.NET Imports...RemoveAnnotations = True 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 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...
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...