Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,569 for

feature

(0.14 sec)
  1. Get More Flexibility with the New and Improved ...

    Hi, everyone! We’ve recently released a new version of the Java document viewer - GroupDocs.Viewer for Java version 2.3 - and would like to discover its new Features and enhancements in this article. GroupDocs.Viewer for Java is an HTML5-based document viewer library designed to make it easy for developers to integrate into their Java apps. The viewer supports more than 50 document and image types, including PDF, Microsoft Word, Excel, PowerPoint, AutoCAD, Visio, etc....would like to discover its new features and enhancements in this article...Also, the page reordering feature currently works in the image-based...

    blog.groupdocs.com/viewer/get-more-flexibility-...
  2. Numbered List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This Feature is supported by version 17.8.0 or greater. Numbered List in Email Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”.... Note This feature is supported by version 17...Nested Numbered List Note This feature is supported by version 19...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  3. Support of NEXT Field Analogue of Microsoft Wor...

    Holle, I can`t understand this Features “Support of NEXT Field Analogue of Microsoft Word” in GroupDocs.Assembly for Java Features,Thanks Very Much!...Holle, I can`t understand this features “Support of NEXT Field Analogue...GroupDocs.Assembly for Java Features,Thanks Very Much! 1 Like atir...

    forum.groupdocs.com/t/support-of-next-field-ana...
  4. Extracting Common Image Information | GroupDocs

    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. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly....instructions for developing the feature, as well as sample code to...convert HTML to Word Java feature. To convert a document, you...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Compare CSV Files in Java

    Let's learn the step-by-step process to compare CSV files in Java by consuming API and how to consume this guide to develop Java compare CSV files functionality....developing the CSV files comparison feature. In this example code, we have...Java compare two CSV files feature in-depth and created sample...

    kb.groupdocs.com/comparison/java/how-to-compare...
  7. How to Convert Word to PDF using C#

    Easily do document conversion between two popular formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....the C# convert Word to PDF feature by loading the source Word...creating the C# Word to PDF feature. Recently, we had published...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Support for Null-Conditional Operators in Group...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.6. Using the latest version, you can now use null-conditional operators **?. **and ?[]. Change the color of chart series and individual point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document.... Features IntroducedFollowing new features are introduced...upon expressions. To use the feature, do the following steps: #...

    blog.groupdocs.com/assembly/support-for-null-co...
  9. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new Feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....post we’ll review the new feature and bug fixes introduced in...this feature. Bug Fixes # In addition to the new features, we...

    blog.groupdocs.com/comparison/save-document-com...
  10. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....to use the C# DOCX to HTML feature to convert documents. Basic...and so on. We developed the feature of converting Excel to PDF...

    kb.groupdocs.com/conversion/net/how-to-convert-...