Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 11,075 for

document assembly

(0.07 sec)
  1. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/working...
  2. GroupDocs.Comparison for .NET 21.10 Release Not...

    Note This page contains release notes for GroupDocs.Comparison for .NET 21.10 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 21.10: Improved calculation of coordinates for run for Words Documents Fixed issue with hyperlinks in Diagram not counting in SummaryPage Fixed issue with GetChanges method not returning nested content Fixed issue with HTML title in result file containing unnecessary tag. Fixed issue with MarkNestedContent property in Diagram removing changes Fixed issuse related to error when comparing HTML Documents on Comparison App Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-2865 Improved calculation of coordinates for run for Words Documents Improvement COMPARISONNET-2869 Issue with MarkNestedContent option in Slides Bug COMPARISONNET-2870 Issue with MarkNestedContent option in Note Bug COMPARISONNET-2871 Issue with SummaryPage counters in Diagram Bug COMPARISONNET-2872 Issue with HTML title in result file Bug COMPARISONNET-2876 Issue with MarkNestedContent property in Diagram Bug COMPARISONNET-2875 Issue with disabling show inserted/deleted content properties Bug COMPARISONAPP-60 Comparison App: Error when comparing Html Document Bug Public API and Backward Incompatible Changes none...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  5. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/synonym-search/
  6. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  7. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/image-search-opt...
  8. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  9. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...