Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 3,503 for

view

(0.06 sec)
  1. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size.... View ( viewOptions ); } VB.NET Imports...PdfOptimizationOptio () viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Replace missing font | GroupDocs

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...PPTX to output HTML viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  3. Specify the JPEG image quality | GroupDocs

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

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  4. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....the HTML document should be viewed, and browser can use system-installed...ExcludeFonts = true ; viewer . View ( viewOptions ); } VB.NET Imports...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  5. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET... View ( HtmlViewOptions . ForEmbeddedResources...ForEmbeddedResources ()); pdfViewer . View ( new PngViewOptions ()); }...

    docs.groupdocs.com/viewer/net/search-highlight-...
  6. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html.... view ( viewOptions ); } Rendering..."page_{0}.html" ); viewer . view ( viewOptions ); } Preserving...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  7. Cancel document viewing in ASP.NET Core - Free ...

    Hi, Is there any way to cancel document rendering in ASP.NET Core? Cancel rendering | Documentation (groupdocs.com) For example if there’s issue in the document, and we’d like to cancel it within IFileStorage.ReadFile…...Cancel document viewing in ASP.NET Core GroupDocs.Viewer Product...message and view, instead of rendering GroupDoc Viewer view. Please...

    forum.groupdocs.com/t/cancel-document-viewing-i...
  8. Optimize spreadsheets in a PDF file | GroupDocs

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

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for .NET.... View ( viewOptions ); } VB.NET Imports...viewOptions . Height = 800 viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  10. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#).... View ( viewOptions ); } VB.NET Imports...MaxResolution = 100 } viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/optimization-pdf-...