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

ppt

(0.04 sec)
  1. Optimizing shards | Documentation

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

    docs.groupdocs.com/search/java/optimizing-shards/
  2. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/redaction/python-net/metadat...
  3. Spreadsheet redactions | Documentation

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/redaction/python-net/spreads...
  4. Verify Digital Signature in Documents using Java

    Verify digital signatures in digitally signed Word documents, Excel sheets, PowerPoint presentations, and PDF files using Electronic Signature Java API....XLS/XLSX , and presentations PPT/PPTX . Conclusion # Today, we...

    blog.groupdocs.com/signature/verify-digital-sig...
  5. Releasing GroupDocs.Text for .NET – A Convenien...

    Team GroupDocs is pleased to release GroupDocs.Text for .NET API which allows users to extract text from files and documents of various formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform text extraction operations. Why GroupDocs.Text Is Developed? Suppose you are developing a text searching or text analyzing system, wouldn’t it be great if your system can read or analyze a document even if no document reader is installed on your system?...Presentation Document Formats (PPT/PPTX/PPS/PPSM/PPSX/ODP) Spreadsheet...

    blog.groupdocs.com/parser/releasing-groupdocs-t...
  6. Creating an index | Documentation

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/creating-an-index/
  7. Creating an index | Documentation

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/net/creating-an-index/
  8. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...

    docs.groupdocs.com/search/java/nesting-search-q...
  9. Extract Text from Markdown Files using C# | Mar...

    Extract Text from Markdown Files using C#. Parser the mardown files within .NET applications using document parser API by GroupDocs....(XLS, XLSX, …), presentations (PPT, PPTX, …), eBooks (EPUB, FB2...

    blog.groupdocs.com/parser/extract-text-from-mar...
  10. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/java/load-document-fr...