Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 10,428 for

new

(0.03 sec)
  1. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Consulting Blog Knowledge Base New Releases Status Websites aspose...docx" try ( Metadata metadata = new Metadata ( Constants . InputDocx...

    docs.groupdocs.com/metadata/java/remove-metadat...
  2. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways 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/deleting-multi...
  3. Working with metadata in EPUB E-Books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputEpub...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/searching-for-...
  5. Evaluation Limitations and Licensing | Document...

    free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup the license. License lic = new License (); lic . SetLicense...

    docs.groupdocs.com/redaction/net/evaluation-lim...
  6. 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/nodejs-java/build-you...
  7. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = New Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPdf...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize. Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/implement-cust...
  9. Extraction in separate process | Documentation

    This article describes how to minimize the situation of resource shortage in the indexing process...Consulting Blog Knowledge Base New Releases Status Websites aspose...args ) { using ( var host = new GroupDocs . Search . ExtractionHost...

    docs.groupdocs.com/search/net/extraction-in-sep...
  10. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by 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/java/search-for-en...