Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 24,432 for

feature

(0.04 sec)
  1. Document Conv

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....formats but we are expanding its feature and trying to add more document...This release has included new features like return possible conversions...

    blog.groupdocs.com/tag/document-conv/
  2. Support of Inline Syntax Error Messages

    We are back with the latest release of GroupDocs.Assembly for .NET. In this post, I am going to give you an overview of the latest release including the demonstration and usage of an exciting Feature. Let’s not wait and walk through what’s new in the latest release. You may also have a glance at the release notes of the latest release. GroupDocs.Assembly allows you to generate automated reports by populating the pre-defined document templates....demonstration and usage of an exciting feature. Let’s not wait and walk through...Along with the aforementioned feature, we have added a couple of...

    blog.groupdocs.com/assembly/support-of-inline-s...
  3. GroupDocs.Conversion for Java 20.6 Release Note...

    Major Features There are 20+ Features, improvements and bug-fixes in this release, most notable are: Legacy API is removed from the product Now client application can hookup to converter and monitor for start, progress and complete states Improved MPP to spreadsheet conversions XML documents can be converted to any format without transformation Call ConvertedDocumentStream or ConvertedPageStream delegates providing converted stream for processing or storing. Introduced EML to MSG conversions API to retrieve prepared default ConvertOptions for desired target conversion Introduced GetAllPossibleConversions method which return all supported conversions GetPossibleConversions method from a documetn extension without instantiating a Converter GetPossibleConversions for currently provided source document Improved document info classes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET-3460 Feature Provide information for conversion start, end and progress CONVERSIONNET-3539 Feature Convert xml documents without transformation CONVERSIONNET-3290 Feature EML to MSG conversion CONVERSIONNET-3512 Feature API to retrieve prepared default ConvertOptions for desired target conversion CONVERSIONNET-3536 Feature Convert attachments from a mail document CONVERSIONNET-3586 Feature GetAllPossibleConversions method which returns all supported conversions CONVERSIONNET-3587 Feature GetPossibleConversions for a document extension without instantiating a Converter CONVERSIONNET-3345 Improvement MPP to XLS conversion improvement and missing information CONVERSIONNET-3526 Improvement New overload Convert methods which accepts ConvertedDocumentStream or ConvertedPageStream delegates CONVERSIONNET-3597 Improvement Improve document info classes CONVERSIONNET-3626 Improvement Make proportional image If only Width or Height is provided when converting to image CONVERSIONNET-2819 Bug Fail to convert a specific word document to pdf CONVERSIONNET-3420 Bug Other than PNG to PDF conversion throw exception for PNG source file CONVERSIONNET-3423 Bug “System....feedback Major Features There are 20+ features, improvements and...Category CONVERSIONNET-3460 Feature Provide information for conversion...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  4. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the Feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...for more information on the feature. an image Extract the root...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. When converting Excel to pptx, Is there an opti...

    When converting Excel to pptx, Is there an option to set the pptx horizontally? the present You are using groupdocs-conversion-22.3.jar....possibility of implementing such a feature. As there’s any update, you’ll...

    forum.groupdocs.com/t/when-converting-excel-to-...
  6. GroupDocs.Viewer For .NET 3.3.0 Release Notes |...

    This page contains release notes for GroupDocs.Viewer for .NET 3.3.0 Major Features There are 33 improvements and fixes in this regular monthly release. The most notable are: Introduced option to specify custom fonts path. Introduced new methods for working with email attachments. Introduced new methods for getting info for remotely located document or document in the form of stream. Introduced ability to clear cache. Introduced options to set opacity setting for watermark in html mode....0 Major Features There are 33 improvements...specify custom fonts path New Feature VIEWERNET-475 Opacity setting...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  7. GroupDocs.Annotation for Java 18.10 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for Java 18.10 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for Java: Fixed removing watermarks after cleanup in PDF Fixed highlight color is not changed in footnotes for highlight annotations in words. Added a font highlight color change for text annotations in word Improved integration tests coverage Implemented using metadata for storing annotations on Slides Implemented support of adding new types of annotations for Diagrams (Watermark, Point) Implemented support of adding new types of annotations for Words (Watermark, Point) Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-666 Add a font highlight color change for text annotations in word New Feature ANNOTATIONNET-714 Implement support of metadata in Slides New Feature ANNOTATIONNET-713 Implement Watermark annotation in Diagrams New Feature ANNOTATIONNET-706 Implement adding Point annotation in Diagrams New Feature ANNOTATIONNET-704 Implement Polyline annotation for Words New Feature ANNOTATIONNET-700 Implement watermark annotation for Words New Feature ANNOTATIONNET-697 Implement Point annotation for Words New Feature ANNOTATIONNET-684 Cleanup in PDF doesn’t remove watermarks Bug ANNOTATIONNET-677 Highlight color is not changed in footnotes for highlight annotations in words....10 Major Features Below is the list of most...text annotations in word New Feature ANNOTATIONNET-714 Implement...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  8. Java API

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....version came up with one new feature and three enhancements. It...release notes of version 18.11. Features Introduced Getting Information...

    blog.groupdocs.com/tag/java-api/
  9. GroupDocs.Assembly on GroupDocs Blog | Document...

    GroupDocs.Assembly on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... Features Introduced You can insert...delighted to announce a new feature in the monthly release of GroupDocs...

    blog.groupdocs.com/tag/groupdocs.assembly/index...
  10. GroupDocs.Viewer for .NET 19.2 Release Notes

    GroupDocs.Viewer for .NET 19.2 Release Notes – the latest updates and fixes.... Major Features There are 11 features, improvements and...Add tar file format support Feature VIEWERNET-1854 Add zip file...

    releases.groupdocs.com/viewer/net/release-notes...