Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 8,695 for

ppt

(0.05 sec)
  1. Extract tables from document page | GroupDocs

    This article explains that how to extract tables from document page....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/java/extract-tables-f...
  2. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  3. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Releasing Next Generation GroupDocs.Comparison ...

    GroupDocs team happily announces the release of Next Generation GroupDocs.Comparison for .NET with the new features that you may have not practiced before. GroupDocs.Comparison is a powerful API for comparing + merging Microsoft Office, PDF, Text and HTML documents. It compares both content and styles in the documents and saves the difference summary in a separate result file. This version has a new installer and some new features, fixes, and more document formats are introduced....Presentation Document Formats - PPT, PPTX Open Document - ODT, ODS...

    blog.groupdocs.com/comparison/releasing-next-ge...
  6. Search network deployment | GroupDocs

    This page contains information about deployment of the search network....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/search-network-d...
  7. Search text in PDF documents | GroupDocs

    This article explains that how to search text from PDF documents...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  8. Extract text by table of contents item | GroupDocs

    Learn how to extract text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word documents, PDFs, and eBooks by TOC item in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  9. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/net/text-file-encodin...
  10. Search text in Emails | GroupDocs

    To search a keyword in emails 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 the email: Instantiate Parser object for the initial email; 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 email....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

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