Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 1,139 for

data assembly

(0.57 sec)
  1. Get supported file formats | GroupDocs

    Learn how to get a list of all supported file formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and file types dynamically in C#....Assembly Product Solution GroupDocs...To learn more about document data extraction features and get...

    docs.groupdocs.com/parser/net/get-supported-fil...
  2. Numbered List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following products:”....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  3. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Assembly Product Solution GroupDocs...Signing documents / Embedded QR data / ✎ Encrypted QR Text Sign documents...

    docs.groupdocs.com/signature/net/sign-documents...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...restriction, restrictions on data extraction and so on. Such features...Arises If you have large size data (may consist of multiple files...

    blog.groupdocs.com/groupdocs.blog/page/45/
  5. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metaData from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Search text in Emails | GroupDocs

    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...
  7. Extract text from ZIP archive files | GroupDocs

    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...
  8. Excel inline tables not working - Free Support ...

    When I wanted a little table inline, it keeps complaining it can’t be used in Excel. So I had to concat it into 1 cell, but thjis makes it very ugly, because now I have to add characters that sometimes not exists. this…...Assembly Product Family TerraIndexService...please share the template and data source files? Also share the...

    forum.groupdocs.com/t/excel-inline-tables-not-w...
  9. 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...
  10. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract Data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Assembly Product Solution GroupDocs...GroupDocs.Parser enables to extract data from streams directly. The following...

    docs.groupdocs.com/parser/java/load-document-fr...