GroupDocs.Viewer for Java enables you To convert files To HTML, PNG, JPEG, Pdf file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Conversion Product Solution GroupDocs...documents in the (DOCX, XLSX, PPTX, PDF, DWG, PSD, HTML, ZIP, and more)...
GroupDocs.Viewer for Node.js enables you To convert files To HTML, PNG, JPEG, Pdf file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Conversion Product Solution GroupDocs...documents in the (DOCX, XLSX, PPTX, PDF, DWG, PSD, HTML, ZIP, and more)...
Reading PhoToshop Metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a PSD Image. For more information on the PhoToshop file format and metadata blocks please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/.
The code sample below demonstrates how To extract Image resource blocks (building blocks of the PhoToshop file format) from a PSD Image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PSD images Working...
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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...
This Topic explains how To get document pages preview as Images with various options by GroupDocs.Signature API....Conversion Product Solution GroupDocs...creation (see event handler ); image preview format - PNG / JPG /...
This article explains how To detect document file type, size and calculate pages count with GroupDocs.Watermark....Conversion Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...
This article explains how To sign a document with multiple signatures of various types by GroupDocs.Signature API...Conversion Product Solution GroupDocs...Form-field signatures; - for Image signatures; - for Metadata signatures;...
This article shows you how To view and edit metadata of Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, Images and more with our free online....Conversion Product Solution GroupDocs...it can be useful to generate image previews for a document the...
This article explains how To fill signature background with texture brush...Conversion Product Solution GroupDocs...signature background with image for Text and Image signature types Here...