Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 1,356 for

pptx to pdf

(0.99 sec)
  1. Supported File Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Try the to convert DOCX, XLSX, PPTX, and more. This topic lists...Specification File ✅ ✅ PDF From Description Load Save PDF Portable Document...

    docs.groupdocs.com/conversion/python-net/suppor...
  2. Extract tables from document | GroupDocs

    This article explains that how To extract tables from document in java....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-tables-f...
  3. Extract hyperlinks from document page | GroupDocs

    This article explains that how To extract hyperlinks from document page....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  4. Extract metadata from EPUB eBook | GroupDocs

    To extract metadata from EPUB e-books GetMetadata method is used...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources...pdf" ; // Creating an index Index...@"c:\MyDocuments\ExampleDocument.pdf" ; // Creating an index Index...

    docs.groupdocs.com/search/net/indexing-from-dif...
  6. Introducing GroupDocs.Assembly for Java | Group...

    Introduction To GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed To generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document AuTomation and Report Generation....SpreadsheetML, ODS) Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POTX...Supported Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POTX...

    docs.groupdocs.com/assembly/java/introducing-gr...
  7. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  8. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are sTored in the index only while the index is loaded inTo RAM for use. If you reload the index, the reports will not be resTored. You can configure the maximum number of sTored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature To read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Image redactions | GroupDocs

    This article shows that how To redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....require and further saving in PDF format. More resources Advanced...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/image-redactions/