Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 8,853 for

ppt

(0.14 sec)
  1. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/net/get-supported-fil...
  3. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/redaction/python-net/load-fr...
  4. Set zoom level when converting to HTML using Gr...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of new features such as setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some new document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document conversion experience....from stream requires FileStream PPT to PDF Conversion - Tables borders...

    blog.groupdocs.com/conversion/releasing-documen...
  5. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/redaction/net/save-with-defa...
  6. Announcing GroupDocs Viewer Plugin for Atlassia...

    We’re excited to announce the release of our new GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser....RTF, ODT) PowerPoint viewer (PPT, PPTX) Spreadsheet viewer (XLS...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  7. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  8. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/indexing-metadat...
  9. Markdown | Documentation

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

    docs.groupdocs.com/parser/net/markdown/
  10. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/clean-metadata/