This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
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....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
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....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers:
Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-Specific information from PNG images.
The following are the steps to read the native PNG metadata.
Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_Specific_formats.image.png.PngReadTextChunks
try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
GroupDocs.Redaction allows you to set the Page-based scope for your redaction of two types:
Page range, a given number of Pages at certain offset from the beginning or the end of the Page; Page area (on each Page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions.
You can combine these filters in one set in order to set the scope of redaction to an area on a SpecificPage....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...
This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...Product Solution GroupDocs.Search Product Solution GroupDocs...