Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 4,976 for

file merger

(0.29 sec)
  1. Working with metadata in GIF images | Documenta...

    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. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Merger Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  3. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for Java...Merger Product Solution GroupDocs...and search with any supported file format. Document signature options...

    docs.groupdocs.com/signature/java/migration-notes/
  4. Password-protected documents | Documentation

    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...
  5. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Merger Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...

    docs.groupdocs.com/parser/net/password-protecte...
  6. Developer Guide | Documentation

    This Developer Guide explains GroupDocs.Merger for Python via .NET File Merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint documents inside your Python via .NET applications...Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Python...

    docs.groupdocs.com/merger/python-net/developer-...
  7. How to Convert Excel to HTML using C#

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Merger Product Family GroupDocs.Redaction...class and pass the input Excel file to its constructor Instantiate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Remove Text Watermark from DOCX Using Java

    Learn how to remove text watermark from DOCX using Java. We'll provide you code to delete watermark text from DOCX in Java without requiring any additional software....Merger Product Family GroupDocs.Redaction...Using Java Watermarks in DOCX files have many uses, but sometimes...

    kb.groupdocs.com/watermark/java/remove-text-wat...
  9. How to Convert MSG to PDF using Java

    In this topic, you will learn how to convert MSG to PDF using Java without installing third-party software. Also, we will provide code to export MSG to PDF in Java....Merger Product Family GroupDocs.Redaction...you need to convert these MSG files to the more universally accessible...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Export Data | Documentation

    How to export data to JSON or XML Files....Merger Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/