Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 10,037 for

new

(0.06 sec)
  1. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....Consulting Blog Knowledge Base New Releases Status Websites aspose...String , String > subjects = new HashMap (); subjects . put (...

    docs.groupdocs.com/search/java/indexing-additio...
  2. Extract barcodes from document page area | Docu...

    This article explains that how to extract barcodes from document page area....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( Constants . SamplePdfWithBarcode...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  3. Extract barcodes from document page area | Docu...

    This article explains that how to extract barcodes from document page area....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SamplePdfWithBarcode...

    docs.groupdocs.com/parser/java/extract-barcodes...
  4. Sign document with HIBC PAS barcode Symbology |...

    This article explains how to sign document with HIBC PAS barcode Symbology signatures...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Generate signature preview | Documentation

    This topic explains how to get document signature preview in c#...Consulting Blog Knowledge Base New Releases Status Websites aspose...QrCodeSignOptions signOptions = new QrCodeSignOptions { EncodeType...

    docs.groupdocs.com/signature/net/generate-signa...
  6. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Consulting Blog Knowledge Base New Releases Status Websites aspose...properties Pass the predicate and the new value to the updateProperties...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  7. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Consulting Blog Knowledge Base New Releases Status Websites aspose...And the subsequent addition of new data extractors will significantly...

    docs.groupdocs.com/search/net/separate-data-ext...
  8. Add text field annotation | Documentation

    The page describes how to add text field annotation to a document programmatically using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-text-fie...
  9. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/document-attributes/