Note This page contains release notes for GroupDocs.Conversion for .NET 22.7 Major Features There are 15 features, improvements and bug-fixes in this release, most notable are:
Converting HTML/RTF to Image format by setting its transparency HTML to PDF conversion improvements Keeping original image resolution when converting WordProcessing Documents to Pdf Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑4012 Enhancement Converting HTML/RTF to Image format by setting its transparency CONVERSIONNET‑5372 Fix Some conversions to Odp, Otp and Fodp throwing exception CONVERSIONNET‑5371 Fix Exception: ‘IBM437’ is not a supported encoding name....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...
In this article we show how to convert and view Apple numbers files with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...
post. Tagged with net, indexing, api, groupdocs....archives, email messages or PDF documents. Indexing process lets you...CharacterType.Blended); // Adding documents to index index.AddToIndex(documentFolder);...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.
Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iAssembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks
using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...
Elevate your .NET search development! GroupDocs.Search .NET 24.2.1 presents a new tool for checking and restoring index health. Download DLLs-only now!...1 assemblies. The assemblies are the same as in...within your cross-platform document search applications. The following...
GroupDocs.Merger for Node.js via Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
GroupDocs.Merger for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
GroupDocs.Comparison for Node.js via Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...
This article explains how to adjust text-overflow in cells when rendering Spreadsheets with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...row headings in the output document you just need to set HtmlViewOptions...