Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,276 for

list

(0.03 sec)
  1. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...version, a list of rectangular areas to recognize and a list of allowed...implement both of them. The list of rectangular areas specifies...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  2. Releasing GroupDocs.Comparison for Java 16.11.0...

    In order to enrich the document comparison experience, team GroupDocs is pleased to release GroupDocs.Comparison for Java 16.11.0 that comes with multitude of new features such as comparison of comments, WordArt objects, forms and many more. API also sums up a lot of improvements and bug fixes. We would recommend you to download latest release of the API and integrate it in your project. GroupDocs.Comparison for Java 16.11.0 - New FeaturesAPI comes with following new features: Added page numbers comparison for MS Word Added comparison of group shapes for Word Documents Comparison of comments for MS Word Comparison of WordArt objects in MS Word Comparison of tables in MS Word Comparison of Forms in MS Word Comparison of multi-language in MS Word Object model of Paragraph for PDF Implemented absorber of paragraphs for the basic cases for PDF Added option to compose multiple result List from result Lists of each document for MS Word Support comparing multiple documents with track changes for MS Words Added support of absorption of the Page Footer for PDF Added support of absorption of the Page Header for PDF Added apply/discard changes support for multiple result changes List for MS Word Added support for new components: media objects, image positioning for PDF Added support of comparing watermarks for PDF Added support of comparing charts for MS Power Point Presentations Added support of comparing comments for MS Power Point Presentations Added support of style changes detection for MS Power Point Presentations Added support of detection of Picture Frames for MS Power Point Presentations Document Comparison API for Java - ImprovementsFollowing are the features that are improved in the latest version of the GroupDocs....compose multiple result list from result lists of each document for...for multiple result changes list for MS Word Added support for...

    blog.groupdocs.com/comparison/groupdocs.compari...
  3. Convert specific pages | Documentation

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....property of the instance to the list of desired page number to be...PdfConvertOptions { Pages = new List < int >{ 1 , 3 } }; converter...

    docs.groupdocs.com/conversion/net/convert-speci...
  4. Get supported file formats | Documentation

    This article shows that how to get the List of all supported file formats of GroupDocs.Redaction by using C#....Redaction allows to get the list of all supported file formats...to get supported file formats list. import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/get-sup...
  5. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for .NET.... Speicfy a list of directories with custom fonts...LoadOptions object and create a list of custom font directories....

    docs.groupdocs.com/comparison/net/load-custom-f...
  6. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....document Iterable < SearchResult > list = parser . search ( "keyword"...if search is supported if ( list == null ) { System . out . println...

    docs.groupdocs.com/parser/java/migration-notes/
  7. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....phrase-query : phrase-item-list phrase-item-list : phrase-item phrase-item...phrase-item phrase-item-list phrase-item phrase-item : word word-pattern...

    docs.groupdocs.com/search/java/query-language-s...
  8. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....rendered, not when all pages list were rendered. Product architecture...document pages in html form List < PageHtml > pages = htmlHandler...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  9. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....qrHeight = 100 ; // define list of options List < SignOptions > listOptions...listOptions = new List < SignOptions >(); // walk through all alignment...

    docs.groupdocs.com/signature/net/locating-signa...
  10. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....types and them to collection of List< > type. The possible options...true ); // add options to list List < SearchOptions > listOptions...

    docs.groupdocs.com/signature/java/search-for-mu...