Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 30,139 for

groupdocs.merger

(0.12 sec)
  1. How to view CAD documents using Java | Document...

    This guide describes how to build your CAD files viewer in Java. View CAD files (DWG, DGN, DXF) to render as HTML, JPG, PNG, or PDF using GroupDocs.Viewer Java API by GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-view-cad-...
  2. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/java/document-filteri...
  3. 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. GroupDocs.Search for .NET 18.7 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for .NET 18.7. Major Features There are 4 enhancements in this regular monthly release. The most notable are: Implement using morphological word forms dictionary in search Implement possibility to break updating operation manually Implement possibility to break merging operation manually Implement possibility to break indexing with Cancelation object All Changes Key Summary Category SEARCHNET-236 Implement using morphological word forms dictionary in search Enhancement SEARCHNET-1301 Implement possibility to break updating operation manually Enhancement SEARCHNET-1302 Implement possibility to break merging operation manually Enhancement SEARCHNET-1616 Implement possibility to break indexing with Cancelation object Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/net/groupdocs-search-...
  5. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  6. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/java/about-search-eng...
  8. GroupDocs.Metadata for Java 18.11 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for Java 18.11. Major Features There are the following features and enhancements in this release: Reduce memory consumption of the PDF format Reduce memory consumption of supported Excel formats XlsFormat: Add support for missing metadata properties Implement the ability to work with metadata stored in FLV files All Changes Key Summary Category METADATANET-1640 Reduce memory consumption of the PDF format Enhancement METADATANET-2422 Reduce memory consumption of supported Excel formats Enhancement METADATANET-2436 XlsFormat: Add support for missing metadata properties Enhancement METADATANET-470 Implement the ability to work with metadata stored in FLV files New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  9. GroupDocs.Signature for .NET 16.12.0 Release No...

    Note This page contains release notes for GroupDocs.Signature for .NET 16.12.0 Major Features There are over 20 improvements and fixes in this regular release. The most notable are: Introduced multiple signature for all signature types Text Signature, Image Signature and Digital Signature Introduced text alignment options Text Signature Introduced margins options Text Signature Introduced ability to sign all pages of Pdf document with Digital Signatures Introduced Pdf Digital Signature alignment on pages Introduced Margins for Pdf Digital Signature with Alignment options Improved validation layer Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-2026 Add ability to sign files with digital signature by given pattern in folder New Feature SIGNATURENET-2027 Add ability to sign files with image signature by given pattern in folder New Feature SIGNATURENET-2113 Implement Text Signature alignment for PDF Documents New Feature SIGNATURENET-2129 Implement Text Signature alignment for Words Documents New Feature SIGNATURENET-2131 Implement Text Signature alignment for Cells Documents New Feature SIGNATURENET-2133 Implement Text Signature alignment for Slides Documents New Feature SIGNATURENET-2307 Add ability to sign files with text signature by given pattern in folder New Feature SIGNATURENET-2349 Implement Digital Signature for all pages for Pdf documents New Feature SIGNATURENET-2368 Implement Text Signature Margins for PDF Documents New Feature SIGNATURENET-2370 Implement Text Signature Margins for Cells Documents New Feature SIGNATURENET-2372 Implement ability to sign Slides Documents with given list of Signature Options New Feature SIGNATURENET-2372 Implement Text Signature Margins for Words Documents New Feature SIGNATURENET-2374 Implement Text Signature Margins for Slides Documents New Feature SIGNATURENET-2384 Implement ability to put Digital Signature on all pages for Pdf Documents New Feature SIGNATURENET-2385 Implement Digital Signature Alignment for Pdf Documents New Feature SIGNATURENET-2392 Implement ability to sign Pdf Documents with given list of Signature Options New Feature SIGNATURENET-2397 Implement ability to sign Cells Documents with given list of Signature Options New Feature SIGNATURENET-2402 Implement ability to sign Words Documents with given list of Signature Options New Feature SIGNATURENET-2377 Pdf Text Signature - Adjust Signature Area when Width or Height properties are specified Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...