Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,340 for

pptx to pdf

(0.05 sec)
  1. Load Presentation document with options | Docum...

    Learn this article and check how To load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....Available options are: Ppt, Pps, Pptx, Ppsx, Odp, Otp, Potx, Pot,...outputPath = "ConvertPresentationB.pdf" const converter = new groupdocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. Exporting metadata properties | Documentation

    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...
  3. Exporting metadata properties | Documentation

    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...
  4. Get supported file formats | Documentation

    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-...
  5. Load document from url | Documentation

    Learn how To Load document from url....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/load-document-fro...
  6. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file To load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path To your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties To extract or edit metadata System....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  7. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path To your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  8. Load from a local disk | Documentation

    The following example demonstrates how To load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InpuTone is an absolute or relative path To your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InpuTone)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  9. 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...

    docs.groupdocs.com/search/net/creating-an-index/
  10. 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...

    docs.groupdocs.com/search/java/creating-an-index/