Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 14,041 for

pdf annotation comparison

(0.12 sec)
  1. Load WordProcessing document with options | Doc...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-wordproc...
  2. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-with-st...
  3. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/introduction/
  4. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/java/ocr-support/
  5. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/locating-signa...
  6. eSign Presentation with Metadata signature | Do...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/esign-present...
  7. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  8. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  9. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Scan Barcode | Documentation

    This article shows how to scan barcode in .Net with GroupDocs.Parser with few lines of code from images, documents and other file formats like Pdf, Emails, Ebooks, Words, and others....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/scan-barcode/