Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Classification Product Solution Purchase...
Major Features Provided an option to fit an image within textbox bounds while maintaining ratio.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149 Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents Feature ASSEMBLYNET-150 Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies Feature ASSEMBLYNET-151 Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents Feature ASSEMBLYNET-152 Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents Feature Public API and Backward Incompatible Changes Provided an option to fit an image within textbox bounds while maintaining ratio To keep the size of the textbox and stretch the image within bounds of the textbox preserving the ratio of the image, use the keepRatio switch as follows....Classification Product Solution Purchase...
This page contains release notes for GroupDocs.Assembly for Java 17.8.0 Major Features Document assembly for email file formats is supported.
All Changes Key
Summary
Category
ASSEMBLYNET-32
Support document assembly for MHTML file formats
Feature
ASSEMBLYNET-33
Support document assembly for MSG file formats
Feature
ASSEMBLYNET-34
Support document assembly for EML file formats
Feature
ASSEMBLYNET-35
Support document assembly for EMLX file formats
Feature
ASSEMBLYNET-40
Support building of charts located in chart worksheets...Classification Product Solution Purchase...
GroupDocs.Metadata for Pyton provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Classification Product Solution Purchase...
The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java....Classification Product Solution Purchase...
This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Classification Product Solution Purchase...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Classification Product Solution Purchase...
Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Classification Product Solution Purchase...