Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 24,430 for

feature

(0.08 sec)
  1. Convert Word to Markdown in Java | DOC to MD | ...

    Convert Word documents to Markdown files in Java. Transform DOC/DOCX files into MD format using GroupDocs parsing and conversion Java API.... You can utilize this feature within your application. You...application by using other available features of the API. Learn more about...

    blog.groupdocs.com/parser/convert-word-to-markd...
  2. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customizations - style detection, change comparison detalization level and more....feedback On this page Note This feature is available for Microsoft...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  3. Address bar suggestions - Mozilla | MDN

    Using the omnibox API, extensions can customize the suggestions offered in the browser address bar's drop-down when the user enters a keyword....provide a hint on how to use the feature: js browser.omnibox.setDefaultSuggestion({...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  4. GroupDocs Pricing Review 2019

    In this post, we share how we conducted our 2019 GroupDocs Pricing Review. Last month we shared the news about GroupDocs 2019 pricing change. Our aim behind that change was simple: to make sure we are delivering the best value Document Management API suite on the market. Each year we review our pricing and licensing model to make sure we’re continually giving developers the functionality and flexibility they need. Providing top quality APIs at fair prices along with permissive licensing models....a small subset of the vast feature-set offered inside GroupDocs...delivering bug fixes and new features. Free Support - Dedicated...

    blog.groupdocs.com/total/groupdocs-pricing-revi...
  5. GroupDocs.Annotation for .NET 18.3 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 18.3 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 18.3: Added user wise permissions Improved export of text annotations in PDF format Implement adding annotations to metadata for Slides and Words formats Implement import using metadata for Images Improved Images annotating Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-579 Add user wise permission with annotations New Feature ANNOTATIONNET-624 Implement import using metadata in Images Improvement ANNOTATIONNET-621 Add annotations to metadata in Words Improvement ANNOTATIONNET-620 Add annotations to metadata in Slides Improvement ANNOTATIONNET-619 Improve Annotation....3 Major Features Below is the list of most...permission with annotations New Feature ANNOTATIONNET-624 Implement...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  6. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....feedback On this page Note This feature available for Microsoft Word...

    docs.groupdocs.com/comparison/net/compare-multi...
  7. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...the code above and see the feature in action in our GitHub examples:...parser App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Protected PDFs to HTML - GroupDocs.Viewer .NET ...

    Enhance document viewing in C# apps with GroupDocs.Viewer .NET 24.4! New Feature: preserve PDF copy protection in HTML & more. Download MSI today!...(MSI) introduces a brand new feature allowing users to render copy-protected...can view the list of all new features, enhancements, and bug fixes...

    releases.groupdocs.com/viewer/net/new-releases/...
  9. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/handling-mpeg-...