Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 3,889 for

feature

(1.22 sec)
  1. Conversion from Jpeg2000 is introduced in Group...

    We are pleased to announce another monthly release of GroupDocs.Conversion for .NET 17.12. This release comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such as Image to SVG conversion is improved and InvalidValueFormatException exception on PDF to TIF conversion is resolved. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/to Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Optimize target Pdf for minimum file size when converting Cells to Pdf Image to SVG conversion Words to Gif conversion improvement GroupDocs....NET - Feature # Implement conversion from/to...

    blog.groupdocs.com/conversion/conversion-jpeg20...
  2. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs.Viewer for .NET releases v3.1.0 with more flexibility and improved Features. GroupDocs Team remains busy in improving the product according to customers’ needs and their feedback. We always keep finding the ways to enhance the product’s scope and improve existing Features. Let’s have a look at the improvements we have made. Improved Features GroupDocs.Viewer for .NET v3.1.0 has come with many improved Features in the latest version. Listed below are the improved Features in this release....more flexibility and improved features. GroupDocs Team remains busy...scope and improve existing features. Let’s have a look at the...

    blog.groupdocs.com/viewer/new-release-groupdocs...
  3. Add Metered Licence using GroupDocs.Editor for ...

    At GroupDocs, we are always focused on improving our API’s. In this regard, we are announcing another monthly release of GroupDocs.Editor for .NET v18.6. In this release, we have extended the supported file formats by adding variety of Cells document formats. Furthermore, support for metered licence system is also introduced in this release. We’d recommend our users to download latest API and get benefits from new and enhanced API Features....API features. Features # Introducing following features for Cells...more details on the supported feature, please visit the article:...

    blog.groupdocs.com/editor/document-editor-api-f...
  4. Conversion from DWF format is supported in Grou...

    We are pleased to announce the release of GroupDocs.Conversion for .NET 18.1. This release comes with support of DWG format. One improvement and few bug fixes are also introduced. Caching with provided LocalCacheDataHandler is improved and issues like conversion from ODG, IFC are resolved. For further details included in this month’s release, please visit the release notes. We’d recommend you to download the latest release of the API and share your experience....NET - Feature # Implement conversion from...

    blog.groupdocs.com/conversion/conversion-dwf-fo...
  5. Extract formatted text from documents | GroupDocs

    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. GroupDocs.Comparison for .NET 26.4 – Latest Upd...

    Explore what's new in GroupDocs.Comparison for .NET 26.4. Available now on NuGet and GroupDocs website....Fixes and enhancements Major Features Ability to produce side by...processing. (COMPARISONNET-4707) [Feature] Ability to produce side by...

    blog.groupdocs.com/comparison/groupdocs-compari...
  7. GroupDocs.Viewer for Java Library Version 2.5.0...

    In this post I’m going to introduce new Features that became available with version 2.5.0 of the Java document viewer library from GroupDocs. GroupDocs.Viewer for Java is a lightweight document viewer library that supports more than 50 file formats, including Microsoft Office documents, PDFs, images, OpenDocument files, emails and others. Initially, the library was geared towards integration into web apps and websites. Starting from this release, we overcame the boundaries of the “web” prefix and made the viewer available for any type of applications, including desktop and mobile ones!...I’m going to introduce new features that became available with...probably the most remarkable feature in this release. With an open...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  8. Load options for different document types | Gro...

    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...
  9. Working with CAD metadata | GroupDocs

    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. Spelling Correction in Document Search using Java

    Learn how to do spelling correction in document search using Java. You will get a code example for spell check in document search using Java for accurate results....index, the spelling correction feature can be activated by configuring...example, the spelling correction feature is enabled, with a maximum...

    kb.groupdocs.com/search/java/spelling-correctio...