Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,325 for

pptx to pdf

(0.1 sec)
  1. Getting TargetInvocationException for groupdocs...

    Tried To convert Pdf , docx To png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...2025, 2:51pm 1 Tried to convert pdf , docx to png format but get...File Formats : Ensure that the PDF and DOCX files you are trying...

    forum.groupdocs.com/t/getting-targetinvocatione...
  2. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you To search in documents any integer numbers in the range from 0 To 9223372036854775807 (Int64.MaxValue) using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  3. 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...
  4. 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...
  5. Load document from url | GroupDocs

    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 | 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...
  7. 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-...
  8. Extract metadata from Microsoft Office PowerPoi...

    Learn how To extract metadata from PowerPoint presentations (.ppt, .Pptx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, and comments from presentation files....pptx" )) { // Your code goes here...ppt - Older PowerPoint files .pptx - Newer PowerPoint files .pps...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Load a file of a specific format | GroupDocs

    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...
  10. How to work with Metadata tags

    Explain how To work with Metadata tags...unified way across Word documents, PDFs, images, and more. For instance...property in a Word document or a PDF without you needing to know the...

    blog.groupdocs.com/metadata/how-to-work-with-tag/