Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 1,358 for

pptx to pdf

(0.08 sec)
  1. Load document from local disk | GroupDocs

    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...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. GroupDocs.Merger for Java | GroupDocs

    Use GroupDocs.Merger for Java To merge several documents inTo one, split single document To multiple and organize documents in different ways....document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others. By...

    docs.groupdocs.com/merger/java/
  3. Password Protect Excel Spreadsheets | Lock XLS/...

    Add password To Excel spreadsheets. Lock Excel files with password protection using free online app & programmatically....docx) PDF files PowerPoint presentations (e.g., .ppt, .pptx) Text...with Password Password Protect PDF Files Password Protect PowerPoint...

    blog.groupdocs.com/merger/password-protect-exce...
  4. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  5. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....// This filter returns only PDF and DOCX documents const filter...SearchDocumentFilter . createFileExtension ( '.pdf' , '.docx' ); Attribute filter...

    docs.groupdocs.com/search/nodejs-java/document-...
  6. Fluent syntax | GroupDocs

    Following this guide you will learn how To use fluent syntax of GroupDocs.Merger for .NET API....pdf" )) { merger . Join ( @"c:\document2...docx" ) . Join ( @"c:\document3.pptx" ) . Join ( @"c:\document4.xlsx"...

    docs.groupdocs.com/merger/net/fluent-syntax/
  7. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how To export metadata properties To an Excel workbook....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/exporting-metad...
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how To load a file of a particular format using GroupDocs.Metadata for Python via .NET....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  9. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how To export metadata properties To an Excel workbook in Java...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/exporting-meta...