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

numbers

(0.05 sec)
  1. Evaluation Limitations and Licensing | Document...

    Evaluation Limitations You can easily download GroupDocs.Classification for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: Texts with more than 200 characters are not supported. Documents with more than 200 characters are not supported. For the sentiment classification this limitations are 100 for English and 30 Chinese....details such as the product name, number of developers it is licensed...

    docs.groupdocs.com/classification/net/evaluatio...
  2. Search for Text e-signatures | Documentation

    This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API....search only page with specified number PageNumber = null , // specify...

    docs.groupdocs.com/signature/net/search-for-tex...
  3. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata properties of documents and images....the same activity for a large number of documents of various formats...

    blog.groupdocs.com/metadata/metadata-scrubber/
  4. GroupDocs.Viewer for .NET overview | Documentation

    GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....source document (the file type, number of pages, and page information)...

    docs.groupdocs.com/viewer/net/product-overview/
  5. Updating metadata | Documentation

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...the method Check the actual number of updated properties the changes...

    docs.groupdocs.com/metadata/net/updating-metadata/
  6. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...updateProperties method Check the actual number of updated properties Save...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  7. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document.... format ( "Number of pages: %s" , info . getPageCount...

    docs.groupdocs.com/metadata/java/get-document-i...
  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.... Check the number of properties that were actually...

    docs.groupdocs.com/metadata/java/removing-metad...
  9. Specify rendering options for CAD files | Docum...

    Render CAD files (DWG, DXF, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer's options.... height # Specify the number of rows and columns to split...{0} is replaced with the tile number in the output file name. with...

    docs.groupdocs.com/viewer/python-net/specify-ca...
  10. 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-...