Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 2,290 for

numbers

(1.54 sec)
  1. GroupDocs.Viewer for .NET overview | GroupDocs

    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/
  2. Removing metadata | GroupDocs

    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/nodejs-java/removin...
  3. Removing metadata | GroupDocs

    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...
  4. Get document info | GroupDocs

    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...
  5. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....in the file Check the actual number of added/updated properties...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  6. Updating metadata | GroupDocs

    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. Search for Text e-signatures | GroupDocs

    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...
  8. Updating metadata | GroupDocs

    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/
  9. 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/
  10. Parse data from PDF documents | GroupDocs

    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-...