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....Comparison Product Solution GroupDocs...and extract some additional file format information. a GIF image...
Variety of features to manipulate graphics, watermarks and text annotations...Comparison Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...
Variety of features to manipulate graphics, watermarks and text annotations...Comparison Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...
This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Comparison Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...
The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Comparison Product Solution GroupDocs... Ability of indexing from a file, stream or structure. Indexing...
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 (!...Comparison Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...
Learn how to open the password-protected documents....Comparison 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....Comparison Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...
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....Comparison Product Family GroupDocs...using Node.js Rendering DOCX files to image formats is an essential...
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....Comparison Product Family GroupDocs...image rendering Open the PPTX file using the Viewer class inside...