Variety of features to manipulate graphics, watermarks and text annotations...Merger Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...
Variety of features to manipulate graphics, watermarks and text annotations...Merger Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...
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...
Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2:
The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Merger Product Solution GroupDocs...point to manage metadata in files of all supported formats. Extracting...
Let's learn how to render DOCX to PNG using Node.js with simple steps. There is no need to install any extra software to render DOCX to PNG in Node.js....Merger Product Family GroupDocs.Redaction...using Node.js Rendering DOCX files to image formats is an essential...
The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Merger Product Solution GroupDocs... Ability of indexing from a file, stream or structure. Indexing...
Learn how to render PPTX as PNG using Python. This tutorial shows how to convert PPTX to PNG in Python for generating slide images suitable for sharing and embedding....Merger Product Family GroupDocs.Redaction...image rendering Open the PPTX file using the Viewer class inside...
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...
Learn how to open the password-protected documents....Merger Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...
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...