Sort Score
Result 10 results
Languages All
Labels All
Results 7,711 - 7,720 of 17,074 for

document annotation

(0.06 sec)
  1. GroupDocs.Viewer for .NET 18.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.4. Major Features There are 18 new features, improvements, and fixes in this regular monthly release. The most notable are: Added support for following file formats POTX (PowerPoint Open XML Presentation Template) PPTM (PowerPoint Open XML Macro-Enabled Presentation) EPS (Encapsulated PostScript) Implemented simple file storage interface Improved minification process Added settings to include or exclude hidden content in Excel Documents Added option for rendering Print Area in Excel Documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1552 Feature for AutoFitting column width depending on content for rendering into HTML New Feature VIEWERNET-1544 Implement simple file storage interface New Feature VIEWERNET-1518 Settings to include/exclude hidden content in Excel Documents New Feature VIEWERNET-1517 Rendering only Print Area in Excel Documents New Feature VIEWERNET-1478 Add POTX file format support New Feature VIEWERNET-1476 Add PPTM file format support New Feature VIEWERNET-526 Add EPS (Encapsulated PostScript) file format support New Feature VIEWERNET-1537 Add prefix for CSS classes when rendering Email messages Improvement VIEWERNET-1501 Minify CSS content when rendering into HTML with EnableMinification is true Improvement VIEWERNET-1481 Improve rendering comments from Presentation Documents Improvement VIEWERNET-1428 Support JpegQuality option when rendering Microsoft Project Documents Improvement VIEWERNET-1549 Extend support for DefaultFontName setting to PDF Documents when rendering into HTML Improvement VIEWERNET-512 Responsive HTML output required in the case of HTML representation Improvement VIEWERNET-1526 Invalid PDF when rendering Excel Document with multiple pages per sheet Bug VIEWERNET-1511 DefaultFontName setting is not working for rendering Text Documents into PDF and image Bug VIEWERNET-1494 Incorrect rendering of the content in header and footer of Word Document Bug WEB-2106 Local links are ignored when rendering PDF to HTML Bug WEB-1153 Discrepancy when rendering as JPEG and HTML Bug 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.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  2. GroupDocs.Merger for .NET 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 18.9 Major Features There are 8 new features in this regular monthly release. The most notable are: Added Note file formats support (One) Extended Security methods with ODT/OTT formats support Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-251 Implement Security methods for ODT format New Feature MERGERNET-302 Implement Security methods for OTT format New Feature MERGERNET-321 Note formats support for Join method New Feature MERGERNET-322 Note formats support for MovePage method New Feature MERGERNET-323 Note formats support for RemovePage method New Feature MERGERNET-324 Note formats support for Split Document method New Feature MERGERNET-325 Note formats support for SwapPages method New Feature MERGERNET-326 Note formats support for Trim method New Feature 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.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  3. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/Documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  6. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/getting-known-p...
  8. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in Document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the Document metadata with GroupDocs.Signature....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-for-em...
  9. Convert database formats | Documentation

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

    docs.groupdocs.com/conversion/java/convert/data...
  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....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...