This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....Viewer Product Solution GroupDocs...that can be applied to text, images, and other media types. The...
This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, Image and other formats with GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...
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...
Find answers about converting documents and Images of various types using .NET code on any platform....Viewer Product Family GroupDocs.Comparison...to PDF in C# How to Convert Image to PDF in C# How to Convert...
This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API...Viewer Product Solution GroupDocs.... out . println ( "Preview image size: " + attachment . getPreviewImageConte...
In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Node.js via Java....Viewer Product Solution GroupDocs...types of content such as text, images, and video. Common eBook file...
In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...types of content such as text, images, and video. Common eBook file...
Learn how to run C# examples which contain removing metadata from photos, adding metadata to photos, removing metadata from pdf, adding metadata to various formats and many more examples....Viewer Product Solution GroupDocs...folders will look like following image: This project is created in...
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...
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...