Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 896 for

data assembly

(0.04 sec)
  1. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metaData. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metaData with GroupDocs.Signature....Assembly Product Solution GroupDocs...encrypted and have embedded data objects. ability to search for...

    docs.groupdocs.com/signature/java/search-for-em...
  2. Extract metadata from EPUB eBook | Documentation

    To extract metaData from EPUB e-books GetMetaData method is used...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from ePUB...

    docs.groupdocs.com/parser/net/extract-metadata-...
  3. Extract table of contents from Microsoft Office...

    This article explains that how to extract table of contents from Microsoft Office Word (.doc, .docx) documents...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/extract-table-of-...
  4. Search text in Emails | Documentation

    Search a keyword in emails using Search method...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Emails...

    docs.groupdocs.com/parser/net/search-text-in-em...
  5. Extract text from ZIP archive files | Documenta...

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metaData: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metaData refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from ZIP archives...

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. Extract emails from Outlook Storage | Documenta...

    Extract emails from Outlook using GroupDocs.Parser for .NET...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Emails...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  7. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metaData: Name Description content-type The MIME type of the attachment content These metaData refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Emails...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-tables-f...
  9. Sign documents with encrypted metadata text | D...

    This article explains how to create encrypted MetaData electronic signature with GroupDocs.Signature API...Assembly Product Solution GroupDocs...salt = "1234567890" ; // create data encryption IDataEncryption encryption...

    docs.groupdocs.com/signature/java/sign-document...
  10. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for Java...

    docs.groupdocs.com/assembly/java/loading-multip...