Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,815 for

feature

(0.05 sec)
  1. HTML Comparison is improved in GroupDocs.Compar...

    GroupDocs.Comparison for .NET 18.5 comes with a new Feature, improvement and a bug fix. It supports comparison of diagrams. Furthermore, HTML comparison is improved by increasing comparison speed and precision. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Introduced Implement Comparison of Diagrams Improvements Improve Comparison.HTML Bug Fixes Comparison.Notes: Wrong count of changes in SummaryPage Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....5 comes with a new feature, improvement and a bug fix...API and share your feedback. Features Introduced # Implement Comparison...

    blog.groupdocs.com/comparison/html-comparison-i...
  2. Style Comparison for HTML is Improved in GroupD...

    This month’s release of GroupDocs.Comparison for .NET 18.6 covers few improvements and a new Feature. Improvements such as aligner for Comparison.Diagrams and support of CompariosnSettings to Html are introduced. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement comparing connect on Diagrams Improvements Improve styles comparing for HTML Aligner for Comparison.Diagrams Introduced support CompariosnSettings to Html Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....few improvements and a new feature. Improvements such as aligner...API and share your feedback. Features # Implement comparing connect...

    blog.groupdocs.com/comparison/style-comparison-...
  3. Implement Page Rotation when Converting to PDF

    Its time to augment your document conversion experience. You will be pleased to hear the new Features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4. You can now set page rotation angle when converting to a PDF or Image format....be pleased to hear the new features, improvements and bug fixes...setRotateAngle(45) Rotation Feature when Converting to Image Format...

    blog.groupdocs.com/conversion/implement-page-ro...
  4. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG Feature using the steps defined in this post....example for SVG to PNG C# feature by using the steps defined...the C# convert SVG to PNG feature by following the instructions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Extract formatted text from documents | Documen...

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others.... This feature allows to extract text with...about document data extraction features and get familiar how to extract...

    docs.groupdocs.com/parser/java/extract-formatte...
  6. eSign document with Text signature | Documentation

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a PDF programmatically....Signature provides text signature feature and allows to customize wide...more about document eSign features, please refer to the . GitHub...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.... This feature enables developers to control...its unique requirements. Key Features of Load Options Password Protection...

    docs.groupdocs.com/conversion/java/load-options...
  8. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated Feature of the GroupDocs.Metadata Node.js via Java search engine...is the most sophisticated feature of the GroupDocs.Metadata search...To learn more about library features and get familiar how to manage...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  9. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the Feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Metadata API provides the feature to read basic metadata in CAD...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Individual Series Point Coloring in Spreadsheet...

    Note This Feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....Document Leave feedback Note This feature is supported by version 18...upon expressions. To use the feature, do the following steps: Declare...

    docs.groupdocs.com/assembly/java/individual-ser...