Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 17,074 for

document annotation

(0.07 sec)
  1. GroupDocs.Conversion for .NET 17.12 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.12 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Conversion from/to Jpeg 2000 Option to convert one sheet per page depending from print area when converting Cells to PDF Option to optimize resulting PDF to minimum file size Improved image to SVG conversion Improved word to GIF conversion Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2277 Implement conversion from/to Jpeg2000 New Feature CONVERSIONNET‑2257 Implement possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Improvement CONVERSIONNET‑2258 Implement possibility to optimize target Pdf for minimum file size when converting Cells to Pdf Improvement CONVERSIONNET‑2262 Image to SVG conversion improvement Improvement CONVERSIONNET‑2266 Words to Gif conversion improvement Improvement CONVERSIONNET‑2240 PDF to TIF conversion, InvalidValueFormatException Fix CONVERSIONNET‑2234 Index was outside the bounds of the array, while Converting ....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. GroupDocs.Parser for .NET 17.02 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.2.0 Major Features There are the following features in this release: Support for extracting a text from EPUB Documents Ability to search with a regular expression Ability to search the whole word Ability to extract a highlight to line’s start/end or with the limited words count All Changes Key Summary Issue Type TEXTNET-525 Implement the ability to extract a text from EPUB files New feature TEXTNET-340 Implement the ability to search a text with a regular expression New feature TEXTNET-492 Implement the ability to search the whole word New feature TEXTNET-494 Implement the ability to extract a highlight to line’s start (end) New feature TEXTNET-495 Implement the ability to extract a highlight with the limited words count New feature TEXTNET-528 Implement the ability to use all highlight extraction modes with search functionality Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  3. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/page...
  5. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  6. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-m...
  7. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-m...
  8. What is JavaScript? - Learn web development | MDN

    So there you go, your first step into the world of JavaScript. We've begun with just theory, to start getting you used to why you'd use JavaScript and what kind of things you can do with it. Along the way, you saw a few code examples and learned how JavaScript fits in with the rest of the code on your website, amongst other things....behavior: js const button = document.querySelector("button"); button...things. For example: The DOM (Document Object Model) API allows you...

    developer.mozilla.org/en-US/docs/Learn/JavaScri...
  9. GroupDocs.Redaction for Java 23.2 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for Java 23.2 Major Features There are the following improvements in this release: Implement Page Removal Functionality for Word Processing and Multi-frame Image Formats Implement Advanced Rasterization Options (Scan Effects) Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-165 Implement Page Removal Functionality for Word Processing and Multi-frame Image Formats Improvement REDACTIONJAVA-166 Implement Advanced Rasterization Options (Scan Effects) Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  10. How to Convert MSG to DOCX using Java

    This section will teach you how to convert MSG to DOCX using Java without the need of third-party software. Also, we will provide code to export MSG to DOCX in Java....Annotation Product Family GroupDocs...format for word processing documents, compatible with Microsoft...

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