This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...Viewer Product Solution GroupDocs...(); Adding watermark to all images in header and footer GroupDocs...
This article will help, if you want to add watermark to Images inside a document then it can be possible using GroupDocs.Watermark....Viewer Product Solution GroupDocs...Adding watermarks / To images / To images inside a document Adding...
Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. Easily export RTF to TIFF in Node.js using a powerful document conversion library....Viewer Product Family GroupDocs.Comparison...Text Format ( RTF ) files into image formats such as TIFF, which...
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....Viewer Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...
The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Viewer Product Solution GroupDocs...immediately before adding indexed image to an index. The event can be...
This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Viewer Product Solution GroupDocs...Spreadsheets, etc.) and multi-frame images. Remove page range In the example...
Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size.
That’s the code snippet which we’…...desktop application or online viewers. E.g. office-365-online just...Background Image Another possibility is to set a background image instead...
This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Viewer Product Solution GroupDocs...to the , EXIF (Exchangeable image file format) is a standard that...
This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...
Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Viewer Product Solution GroupDocs...textWatermarkOptions ); // Add image watermark to the second slide...