Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 29,555 for

groupdocs.parser

(0.05 sec)
  1. 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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/installation/
  3. GroupDocs.Search for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....Search Product Family GroupDocs.Parser Product Family GroupDocs...

    kb.groupdocs.com/search/java/
  4. Scan Barcode from RTF using Java

    This guide explains how to scan barcode from RTF using Java. Moreover, you will get an example to ensure a smooth process of how to extract barcode from RTF in Java....Search Product Family GroupDocs.Parser Product Family GroupDocs...environment and incorporate the GroupDocs.Parser for Java library to facilitate...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  5. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...environment, and add the GroupDocs.Parser for .NET library to your...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  6. Scan QR Code from DOC using C#

    Quickly learn about how to scan QR Code from DOC using C# without installing extra software. Also, code example will be provided to extract QR Code from DOC in C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...set up and include the GroupDocs.Parser for .NET library in your...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  7. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in Java using document parsing API....Words & Occurrences # GroupDocs.Parser showcases the document...use its Java API i.e. GroupDocs.Parser for Java for the extraction...

    blog.groupdocs.com/parser/count-words-and-occur...
  8. Extract Images from eBooks in Java | EPUB, PDF,...

    Programmatically extract images from EPUB, PDF, FB2, CHM eBooks using Java API for document parsing. Save the images in JPG, PNG, WebP, GIF, or BMP format....Extract Images from eBooks # GroupDocs.Parser for Java API is a feature-rich...Java application using GroupDocs.Parser for Java API. For more...

    blog.groupdocs.com/parser/extract-images-from-e...
  9. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....Search Product Family GroupDocs.Parser Product Family GroupDocs...environment by adding the GroupDocs.Parser for .NET library, allowing...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  10. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....Search Product Family GroupDocs.Parser Product Family GroupDocs...EPUB using C# Add the GroupDocs.Parser for .NET library to your...

    kb.groupdocs.com/parser/net/extract-metadata-fr...