Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,332 for

office formats

(0.3 sec)
  1. Extract text from Microsoft Office Word documen...

    Learn how to extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....various formats / Extract data from Microsoft Office Word documents...Extract text from Microsoft Office Word documents Extract text...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....various formats / Extract data from Microsoft Office Excel spreadsheets.../ Search text in Microsoft Office Excel spreadsheets Search text...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  3. 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....various formats / Extract data from Microsoft Office Word documents...Extract tables from Microsoft Office Word documents Extract tables...

    docs.groupdocs.com/parser/java/extract-tables-f...
  4. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....various formats / Extract data from Microsoft Office Word documents...Microsoft Office Word documents Search text in Microsoft Office Word...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...various formats / Extract data from Microsoft Office Word documents...Extract hyperlinks from Microsoft Office Word documents Extract hyperlinks...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  6. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....various formats / Extract data from Microsoft Office PowerPoint...Extract metadata from Microsoft Office PowerPoint presentations Extract...

    docs.groupdocs.com/parser/java/extract-metadata...
  7. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Supported Document Formats Supported Document Formats Leave feedback...supports a wide range of file formats for adding, searching, and...

    docs.groupdocs.com/watermark/net/supported-docu...
  8. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....various formats / Extract data from Microsoft Office PowerPoint...Extract text from Microsoft Office PowerPoint presentations Extract...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....various formats / Extract data from Microsoft Office Excel spreadsheets...Extract metadata from Microsoft Office Excel spreadsheets Extract...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....various formats / Extract data from Microsoft Office Word documents...Extract metadata from Microsoft Office Word documents Extract metadata...

    docs.groupdocs.com/parser/java/extract-metadata...