This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...the object. Specify the source file path or stream. Call the method...
The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...serialize annotations to the file. The following code snippet...
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....Editor Product Solution GroupDocs...and extract some additional file format information. a GIF image...
This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...
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 (!...Editor Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...
Learn how to open the password-protected documents....Editor Product Solution GroupDocs...whether a file is password-protected: // Get a file info Options...
This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Editor Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...
Protect PDF documents when rendering documents using GroupDocs.Viewer for .NET...Editor Product Solution GroupDocs...DenyPrinting ; // Create a PDF file. PdfViewOptions viewOptions...
GroupDocs.Watermar API supports adding the following image File types as image watermark:
Bmp; Png; Gif; Jpeg. Add image watermark from local File Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them.
advanced_usage.adding_image_watermarks.AddImageWatermark
// Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Editor Product Solution GroupDocs...supports adding the following image file types as image watermark: Bmp;...