Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 8,351 for

document viewer

(0.04 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  3. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving Document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.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....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/select-specif...
  4. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate PDF and Microsoft Office Documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the Documents or images were created in. A convenient web UI allows users to view, annotate, redact, comment on and share Documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....PDF and Microsoft Office documents, raster images, AutoCAD drawings...install the software that the documents or images were created in...

    blog.groupdocs.com/annotation/control-meta-data...
  5. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/implement-cust...
  6. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....Viewer Product Family GroupDocs.Comparison...presentations, and print-ready documents. In this guide, you’ll learn...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  7. Remove Annotations from RTF using C#

    Learn how to efficiently remove annotations from RTF using C#. This guide includes code demonstrating the process of how to delete annotations in RTF using C#....Viewer Product Family GroupDocs.Comparison...be crucial for maintaining document privacy and ensuring a clean...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  8. How to Extract Images from Excel in C#

    This article explains the workflow to extract images from Excel in C# and how to use this workflow for developing the application to get images from Excel using C#....Viewer Product Family GroupDocs.Comparison...following one of the best document parsing libraries. This post...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  9. How to Extract Images from Excel in Java

    Quickly learn the workflow to extract images from Excel in Java and develop the parsing application to get images from Excel using Java in a few lines of code....Viewer Product Family GroupDocs.Comparison...extracting images from the Excel document Instantiate the Parser class...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  10. Redact Text in DOCX using C#

    In this topic, you will learn how to redact text in DOCX using C# without extra software installation. You will also be provided code to replace text in DOCX using C#....Viewer Product Family GroupDocs.Comparison...sensitive information in documents. In this comprehensive guide...

    kb.groupdocs.com/redaction/net/redact-text-in-d...