Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 11,927 for

pptx

(0.06 sec)
  1. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....PowerPoint 97-2003 Slide Show * pptx Microsoft PowerPoint Slide Show...

    docs.groupdocs.com/annotation/java/supported-do...
  2. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/java/ocr-support/
  3. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter converter = new Converter(fileName)) { final ImageConvertOptions options = new ImageConvertOptions(); options.setFormat(FileType.fromEx…...mean the output of conversion pptx slides to images have good qyality...

    forum.groupdocs.com/t/java-groupdocs-conversion...
  4. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/logging/
  5. Text search in network | GroupDocs

    This page contains information about full-text searching in the search network....over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our...

    docs.groupdocs.com/search/net/text-search-in-ne...
  6. Indexing documents | GroupDocs

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

    docs.groupdocs.com/search/java/indexing-documents/
  7. Indexing documents | GroupDocs

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

    docs.groupdocs.com/search/net/indexing-documents/
  8. Create and edit new WordProcessing document | G...

    This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations....workbooks (XLSX), presentations (PPTX), e-books (EPUB) and emails...

    docs.groupdocs.com/editor/net/create-document/
  9. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes during redaction process...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/use-redaction-...
  10. Getting Document Information | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Presentation Documents (PPT, PPTX) For presentation files, you...Converter ( "presentation-template.pptx" )) { PresentationDocument doc_info...

    docs.groupdocs.com/conversion/java/get-document...