Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 10,115 for

new

(0.03 sec)
  1. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Consulting Blog Knowledge Base New Releases Status Websites aspose...search index. Step #1: Create new index First of all you need to...

    docs.groupdocs.com/search/java/build-your-first...
  2. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/java/indexing-options/
  3. Search Image Signature in C# in Word, Excel, Po...

    Search Barcode, QR Code, digital, or electronic signature with image data content from any document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....using (Signature signature = new Signature("signed.pdf")) { //...using (Signature signature = new Signature("signed.pdf")) { //...

    blog.groupdocs.com/signature/search-image-signa...
  4. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . TiffWithExif...

    docs.groupdocs.com/metadata/net/working-with-ex...
  5. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputPdf...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/locating-signa...
  7. 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-...
  8. 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...
  9. 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...
  10. 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...