Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 4,896 for

groupdocs.viewer,

(0.06 sec)
  1. How to Edit CSV File | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with XML Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then.

    docs.groupdocs.com/assembly/net/working-with-xm...
  4. Extract text areas | Documentation

    This article explains that how to extract text areas from documents....This article explains that how to extract text areas from documents.

    docs.groupdocs.com/parser/net/extract-text-areas/
  5. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....This article shows how to access XMP metadata in a file of any supported format.

    docs.groupdocs.com/metadata/java/working-with-x...
  6. Parse data from PDF documents | Documentation

    This article explains that how to parse data from PDF documents...This article explains that how to parse data from PDF documents

    docs.groupdocs.com/parser/net/parse-data-from-p...
  7. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources....GroupDocs.Search allows indexing documents from various sources.

    docs.groupdocs.com/search/java/indexing-from-di...
  8. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more

    docs.groupdocs.com/parser/net/supported-documen...
  9. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example).

    docs.groupdocs.com/parser/java/parse-data-from-...
  10. Search text | Documentation

    This article explains that how to search text from documents....This article explains that how to search text from documents.

    docs.groupdocs.com/parser/java/search-text/