Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 686 for

table

(0.04 sec)
  1. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Leave feedback The following table indicates the file formats that...

    docs.groupdocs.com/signature/java/supported-doc...
  2. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....particular line of text, a table, or a graph. This topic also...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  3. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....File Formats The following table indicates the file formats,...

    docs.groupdocs.com/redaction/java/supported-doc...
  4. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following Table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... The following table provides the list of supported...

    docs.groupdocs.com/parser/java/extract-data-fro...
  5. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following Table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... The following table provides the list of supported...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Parse data from PDF documents | Documentation

    This article explains that how to parse data from PDF documents...detector parameters for "Details" table TemplateTableParamet detailsTableParamete...detector parameters for "Summary" table TemplateTableParamet summaryTableParamete...

    docs.groupdocs.com/parser/net/parse-data-from-p...
  7. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....can also be specified by a table of correspondences between the...this case, the correspondence table can be calculated based on the...

    docs.groupdocs.com/search/net/fuzzy-search/
  8. Compare OneNote document using GroupDocs.Compar...

    GroupDocs team is glad to announce another monthly release of Document Comparison for .NET API v17.8.0 with some new features like adding support for OneNote document comparison and comparison of header and footer for cells file format and also adding support for pivot Tables in cells. This monthly release is also including improvements like HyperLinks on Shape in slides file format along with fixes. Major Changes are done for OneNote, Cells and Slides document formats....also adding support for pivot tables in cells. This monthly release...also adding new feature pivot tables comparison in Cells. In this...

    blog.groupdocs.com/comparison/groupdocs.compari...
  9. Get document info | Documentation

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....additional information: - title, table of contents, author, whether...encrypted and so on; - title, table of contents, author, lines count...

    docs.groupdocs.com/conversion/net/get-document-...
  10. 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)....detector parameters for "Details" table TemplateTableParamet detailsTableParamete...detector parameters for "Summary" table TemplateTableParamet summaryTableParamete...

    docs.groupdocs.com/parser/java/parse-data-from-...