Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 9,919 for

file comparison

(0.07 sec)
  1. Extract Text from EPUB using Java

    This article offers a step-by-step guide on how to extract text from EPUB using Java, with the sample code example to assist you in text extraction from EPUB in Java....Comparison Product Family GroupDocs...Java Extracting text from EPUB files is crucial for applications...

    kb.groupdocs.com/parser/java/extract-text-from-...
  2. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. How to Sign PDF with QR Code Signature using Java

    This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....Comparison Product Family GroupDocs...Signature class, pass the signed PDF file name along with QrCodeSignOptions...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  4. GroupDocs.Conversion for Java | Documentation

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert Files of different formats from within Java applications....Comparison Product Solution GroupDocs...more than 50 document and image file formats. This native Java API...

    docs.groupdocs.com/conversion/java/
  5. Extract Text from DOCM using Java

    This article offers a comprehensive guide on how to extract text from DOCM using Java, including an example to help you efficiently text extraction from DOCM in Java....Comparison Product Family GroupDocs... analyzing the contents of files for insights, or converting...

    kb.groupdocs.com/parser/java/extract-text-from-...
  6. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. How to build in docker Alpine Linux | Documenta...

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux...Comparison Product Solution GroupDocs...Linux use this sample Docker file: FROM mcr.microsoft.com/dotnet/aspnet:6...

    docs.groupdocs.com/conversion/net/build-in-dock...
  8. Scan Barcode from DOC using Java

    Learn how to scan barcode from DOC using Java. With the help of this guide, you will learn how to extract barcode from DOC in Java efficiently without using extra tools....Comparison Product Family GroupDocs...use in DOC (Word Document) files is becoming increasingly common...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  9. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....Comparison Product Family GroupDocs...efficiently redact text within PPTX files, ensuring confidentiality and...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  10. GroupDocs.Annotation for Java 19.4 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for Java 19.4 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for Java: Implement watermark annotation for Words Add cleanup for text replacement in Words Improve text annotations in Slides Improve shape processing in Diagrams for text annotations Fixed SvgPath parsing Implement export import and cleanup functionality for Cells format Added new types of annotations for Cells Text Annotation Watermark Resource Redaction Text Replacement Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-700 Implement watermark annotation for Words New Feature ANNOTATIONNET-699 Implement TextReplacement annotation for Cells New Feature ANNOTATIONNET-705 Implement text annotations for Cells New Feature ANNOTATIONNET-702 Implement Watermark annotation for Cells New Feature ANNOTATIONNET-701 Implement ResourceRedation annotation for Cells New Feature ANNOTATIONNET-724 Add cleanup for text replacement in Words New Feature ANNOTATIONNET-752 Add the ability to apply text annotations without changing the color New Feature ANNOTATIONNET-751 Add reviewer rights management for operations with replies....Comparison Product Solution GroupDocs...different versions of annotated file Improvement ANNOTATIONJAVA-1123...

    docs.groupdocs.com/annotation/java/groupdocs-an...