Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,322 for

office formats

(2.11 sec)
  1. 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/java/supported-doc...
  2. 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...File Formats The following table indicates the file formats, supported...

    docs.groupdocs.com/redaction/python-net/support...
  3. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets 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 Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; 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 spreadsheet....various formats / Extract data from Microsoft Office Excel spreadsheets.../ Search text in Microsoft Office Excel spreadsheets Search text...

    docs.groupdocs.com/parser/java/search-text-in-m...
  4. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations 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 PowerPoint presentation: Instantiate Parser object for the initial presentation; 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 presentation....various formats / Extract data from Microsoft Office PowerPoint.../ Search text in Microsoft Office PowerPoint presentations Search...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...various formats / Extract data from Microsoft Office PowerPoint.../ Search text in Microsoft Office PowerPoint presentations Search...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  6. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com 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....various formats / Extract data from Microsoft Office Word documents...Extract hyperlinks from Microsoft Office Word documents Extract hyperlinks...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. 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...
  8. 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...
  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....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...
  10. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....various formats / Extract data from Microsoft Office Word documents...Extract text from Microsoft Office Word documents Extract text...

    docs.groupdocs.com/parser/java/extract-text-fro...