Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 5,679 for

file merger

(0.15 sec)
  1. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Merger Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....Merger Product Family GroupDocs.Redaction...use in DOC (Word Document) files is becoming increasingly common...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  3. 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#....Merger Product Family GroupDocs.Redaction...efficiently redact text within PPTX files, ensuring confidentiality and...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  4. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....Merger Product Family GroupDocs.Redaction...document stage—especially when files are exchanged between teams...

    kb.groupdocs.com/watermark/python/add-image-wat...
  5. How to Convert MSG to HTML using Java

    Quickly learn how to convert MSG to HTML using Java without relying on external tools. Furthermore, we will furnish you with a code to export MSG to HTML in Java....Merger Product Family GroupDocs.Redaction...necessity arises for converting files from one format to another....

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert RTF to PPTX using C#

    This article explains how to convert RTF to PPTX using C# programming language. It also offers a sample code example for the C# RTF to PPTX converter application....Merger Product Family GroupDocs.Redaction...functionality. Converting RTF files to PPTX format is valuable for...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Merger Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  8. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....Merger Product Family GroupDocs.Redaction...using C# RTF (Rich Text Format) files often contain metadata that...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  9. How to Add Barcode Signature to PDF in Java

    This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Merger Product Family GroupDocs.Redaction...Signature class, pass the output PDF file name and BarcodeSignOptions...

    kb.groupdocs.com/signature/java/how-to-add-barc...
  10. Extract Images from MSG using C#

    Learn how to extract images from MSG using C#. This guide provides C# code to extract images from MSG Files, making email image extraction simple and efficient....Merger Product Family GroupDocs.Redaction...Extracting images from MSG files is a valuable task for developers...

    kb.groupdocs.com/parser/net/extract-images-from...