Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 5,384 for

file viewer

(0.13 sec)
  1. Load Password-Protected File | Documentation

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Viewer Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Releasing GroupDocs.Viewer for .NET 3.6.0 - New...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version. Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....Viewer API and their feedback always...monthly release of GroupDocs.Viewer for .NET with 7 new features...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  3. Get supported file formats | Documentation

    This page describes how to obtain supported File formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....Viewer Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/annotation/java/get-supporte...
  4. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Viewer Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. GroupDocs Newsletter April 2018 – Document Mani...

    Share this issue: Monthly Newsletter April 2018 Java APIs to Add & Remove Watermarks from PDF, Microsoft Office, Email and Image File Formats Perform complex watermarking operations with simple syntax, easy to use methods and a few lines of code within Java applications. GroupDocs.Watermark for Java is a powerful document watermarking API to add, search and remove watermarks in popular business and image File formats. The watermarks added by the API are hard to be automatically removed by third-party tools, while it can be easily used for searching and removing previously added watermarks of popular types....Microsoft Office, Email and Image File Formats Perform complex watermarking...in popular business and image file formats. The watermarks added...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  6. Get file info | Documentation

    This article explains how to detect document File type, size and calculate pages count with GroupDocs.Comparison....Viewer Product Solution GroupDocs...Comparison basic / Get file info Get file info Leave feedback On...

    docs.groupdocs.com/comparison/python-net/get-fi...
  7. Render PPTX as HTML using C#

    Effectively gain the expertise on how to render PPTX as HTML using C#. Moreover, explore detailed step-by-step instructions and C# code for rendering PPTX to HTML....Viewer Product Family GroupDocs.Comparison...applications. With the power of viewer library, developers can seamlessly...

    kb.groupdocs.com/viewer/net/render-pptx-as-html...
  8. New Version for SharePoint Modern WebPart for G...

    GroupDocs team is proudly releasing new version for SharePoint Modern WebPart for GroupDocs.Viewer for .NET. Using this Modern WebPart user can embed and use API’s salient features in their own custom SharePoint Sites. In this new version **v1.2 **user can add **Watermark **in the document and **Navigate **through the File browser’s documents using next and previous buttons. We recommend you to download and explore this new version. Let’s have a look at it....Viewer for .NET. Using this Modern...and **Navigate **through the file browser’s documents using next...

    blog.groupdocs.com/viewer/new-version-sharepoin...
  9. Missing whitespaces after conversion from PDF t...

    Converting the attached File to HTML, causes all whitespaces to disappear. PDF to HTML missing whitespaces.zip (156.5 KB) We were using the Viewer from GroupDocs.Total for .NET package 25.2. HtmlViewOptions.ForEmbedde…...Viewer Product Family document-viewer , csharp , dotnet...11:05am 1 Converting the attached file to HTML, causes all whitespaces...

    forum.groupdocs.com/t/missing-whitespaces-after...
  10. Render EML as HTML using C#

    In this topic, we will guide you how to render EML as HTML using C# without installing extra software. Also, a C# code for rendering EML to HTML will be provided....Viewer Product Family GroupDocs.Comparison...HTML using C# with the help of viewer library. This process is particularly...

    kb.groupdocs.com/viewer/net/render-eml-as-html-...