Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 1,521 for

numbers

(0.09 sec)
  1. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....property allows you to get the number of character replacements defined...

    docs.groupdocs.com/search/net/character-replace...
  2. Index lifecycle | Documentation

    This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk...contains the minimum required number of segments on the disk and...

    docs.groupdocs.com/search/net/index-lifecycle/
  3. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.... To get the number of words in the spelling corrector...

    docs.groupdocs.com/search/java/spelling-corrector/
  4. Add resource redaction annotation | Documentation

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....properties (position, page number, etc). Call the method. Specify...

    docs.groupdocs.com/annotation/java/add-resource...
  5. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using Java. Build application for homophones using document searching Java API....search results along with the number of occurrences of each searched...

    blog.groupdocs.com/search/find-homophones-in-mu...
  6. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....TemplateRegexPositio ( "Invoice Number" ), "InvoiceNumber" ), new...TemplateRegexPositio ( "Order Number" ), "InvoiceOrder" ), new TemplateField...

    docs.groupdocs.com/parser/java/parse-data-from-...
  7. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from PDF documents...application-version The version number of the application that created...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Indexing additional fields | Documentation

    This article demonstrate that how to associate each document with certain additional metadata....for example, a set of tags, a number in the library catalog, the...

    docs.groupdocs.com/search/net/indexing-addition...
  9. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods in Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed.... Added a number of new exception classes and...

    docs.groupdocs.com/redaction/net/migration-notes/
  10. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed.... Added a number of new exception classes and...

    docs.groupdocs.com/redaction/java/migration-notes/