Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 7,596 for

groupdocs pptx viewer

(1.41 sec)
  1. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/page/16/
  4. GroupDocs.Conversion for Java

    Find answers about converting documents and images of various types using Java code on any platform....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/java/
  5. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. GroupDocs.Parser for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/java/
  7. Extract hyperlinks from document page area | Gr...

    This article explains that how to extract hyperlinks from document page area....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Extract hyperlinks from document page area | Gr...

    This article explains that how to extract hyperlinks from document page area....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  9. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/parser/net/extract-table-of-...
  10. Extract text from HTML documents | GroupDocs

    To extract a text from HTML documents GetText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion...Solution GroupDocs.Viewer Product Solution GroupDocs.Markdown...

    docs.groupdocs.com/parser/net/extract-text-from...