Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 8,183 for

file merger

(0.06 sec)
  1. GroupDocs.Viewer For .NET 16.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 16.10.0. Major Features There are 1 new feature and 8 improvements and fixes in this regular monthly release. The most notable are: Improved rendering Slides documents by removing embedded audios Improved extracting document information MOBI File format rendering support Fixed rendering of DWG documents which were rendered into small image or into image with dots Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-888 Mobi format support New Feature VIEWERNET-913 Remove embedded audios from presentation Improvement VIEWERNET-942 Invalid rendering of DWG File into Image or HTML Bug VIEWERNET-922 GetDocumentInfo() method is throwing exception Bug VIEWERNET-918 Failed to load XPS File in evaluation mode Bug VIEWERNET-910 Dwg document is rendered into small image....Merger Product Solution GroupDocs...extracting document information MOBI file format rendering support Fixed...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  2. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for .NET without a license (Evaluation Limitations)...Merger Product Solution GroupDocs...processor time. Set License from File The following code snippet shows...

    docs.groupdocs.com/comparison/net/licensing-and...
  3. Licensing | Documentation

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Merger Product Solution GroupDocs...processor time. Set License from File The following code snippet shows...

    docs.groupdocs.com/annotation/net/licensing-and...
  4. Render DWF layers | GroupDocs.Viewer for .NET

    This article explains how to view a specific DWF File layers with GroupDocs.Viewer within your .NET / C# applications....Merger Product Solution GroupDocs...DWF layers Design Web Format File (.dwf) consists of various user...

    docs.groupdocs.com/viewer/net/how-to-view-dwf-f...
  5. GroupDocs.Annotation for Java 21.7 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for Java 21.7 Warning Breaking changes In this version we’re introducing new public API which was designed to be simple and easy to use. For more details about new API please check Migration Notes and Developer Guide sections. Major Features In this version Below the list of most notable changes in release of GroupDocs.Annotation for Java 21.7: Legacy API was removed from product Fixed several bugs and issues Added new type of annotation - Image Annotation for (SpreadSheet, Diagrams, Images, PDF, WordProcessing, Presentations) Investigated and fixed coordinates of annotations to make them same on images preview as on documents for number of formats (PDF, Cells, Slides, Words) Adding showing distance value for Distance annotations in different formats (Slides, PDF, Images, Diagrams, Cells) Fixed Background color for highlight annotation is not set in Images Implemented ability to add Image Annotations to Diagrams Added overloads for Remove method Implement image extracting of ImageAnnotation Fixed support DWG Files Fixed issue with encrypted SpreadSheet(Cells) Files Added new feature for managing different versions of annotated documents (supported formats: Words, PDF, PowerPoint and Open Document format presentations, Excel and Open Document format spreadsheets) Added advanced rendering options for show\hide replies Added to new API getting pages image size Fixed issue with throwing exception for encrypted Excel spreadsheets Fixed cleanup replies for PowerPoint presentations Annotation available in document after removing Issue with generating preview for password-protected document Issue with error when processing images Implemented managing different versions of annotated documents for Images and Diagrams Implemented additional overloads for Save method without Filestream Fixed background opacity for PNG Files Fixed issue with PagesInfo for Excel Files in MVC project Fixed clearing comments for Excel Files Fixed unable to Save document as File that was used to create annotator Implemented Angle property for Image Annotation Implemented horizontal and vertical alignment for Watermark Implemented text horizontal alignment for TextField Fixed saving only specific annotation types for html, email, words and image Improved exceptions usage Fixed incorrect position of text annotations types in Cells Improved adding annotations to TIFF Images Improved annotating images mechanism (optimized performance) Added Equals operator for comparing Annotations Fixed issue with open CAD Files Fixed failed to import annotations that was added on older versions (added backward compatibility) Fixed issue with ImageData is not saving on Image annotation Fixed restoring image from ImageData Improved adding ImageAnnotation functionality Fixed exception while processing specific xlsx Files Fixed exception while annotating email Files Fixed issue with streams when Save method invoked Fixed Replacement annotation on Words Files Improve annotating PDF functionality by separating PdfCommentator to smaller classes and refactoring it Fixed Index was out of range exception for specific Diagrams Fixed issues with opening big Spreadsheet documents Fixed issues with saving document as an image Fixed Object reference not set to an instance of an object for specific CAD Files Implemented generating of specified worksheet columns for the Cells format Improved Cells generating preview by splitting the worksheet into multiple images Fixed Empty PagesInfo in specific diagram File Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1421 Implement horizontal text alignment TextField and TextWatermark annotations Feature ANNOTATIONNET-1292 Implement managing different versions of annotated documents for Diagrams Feature ANNOTATIONNET-1291 Implement managing different versions of annotated documents for Images Feature ANNOTATIONNET-884 Implement ability to add Image annotation to Diagrams Feature ANNOTATIONNET-880 Implement ability to add Image annotation to PDF Feature ANNOTATIONNET-881 Implement ability to add Image annotation to SpreadSheet Feature ANNOTATIONNET-882 Implement ability to add Image annotation to Presentations Feature ANNOTATIONNET-883 Implement ability to add Image annotation to WordProcessing Feature ANNOTATIONNET-1220 Implement ability to add Image annotation to Images Feature ANNOTATIONNET-816 Managing different versions of annotated File Feature ANNOTATIONNET-1537 Investigate the way of displaying huge worksheets of Spreadsheet Improvement ANNOTATIONNET-1482 Replace File ImageAnnotation functionality with streams Improvement ANNOTATIONNET-1418 Improve adding annotations to TIFF Images Improvement ANNOTATIONNET-1450 Improve ImageAnnotationHelper Improvement ANNOTATIONNET-1452 Add comparison operator (Equals) overload for Annotation Models Improvement ANNOTATIONNET-1427 Improve CellsInfo method in DocumentInfoExtractor Improvement ANNOTATIONNET-1355 Improve exceptions usage....Merger Product Solution GroupDocs...ImageAnnotation Fixed support DWG files Fixed issue with encrypted SpreadSheet(Cells)...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  6. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Merger Product Solution GroupDocs...It allows to skip unnecessary file loading. @Override public void...

    docs.groupdocs.com/parser/java/handle-loading-o...
  7. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image File types as image watermark...Merger Product Solution GroupDocs...supports adding the following image file types as image watermark: BMP;...

    docs.groupdocs.com/watermark/net/adding-image-w...
  8. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource Files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML File, by default, external resource Files are stored to a folder having the same name as the HTML File without extension plus the “_Files” suffix....Merger Product Solution GroupDocs...Resource Files / Saving to HTML with External Resource Files Saving...

    docs.groupdocs.com/assembly/java/saving-to-html...
  9. GroupDocs.Viewer for Java 19.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for Java 19.1. Major Features This release includes new features, improvements, and fixes. The most notable are: Added following File-formats support CAD Formats: Stereolithography File (*.stl) Industry Foundation Classes File (*.ifc) MicroStation Drawing format V7 (*.dgn) AutoDesk Design Web format (*.dwf) Presentations Microsoft PowerPoint Open XML format (*.potx, *.pptm, *.potm and *.ppsm) Spreadsheets Microsoft Excel Open XML format (*.xltm and *.xltx) Documents OpenDocument Text format (*....Merger Product Solution GroupDocs...notable are: Added following file-formats support CAD Formats:...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  10. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource Files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML File, by default, external resource Files are stored to a folder having the same name as the HTML File without extension plus the “_Files” suffix....Merger Product Solution GroupDocs...Resource Files / Saving to HTML with External Resource Files Saving...

    docs.groupdocs.com/assembly/net/saving-to-html-...