Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 1,385 for

pptx to pdf

(0.36 sec)
  1. Load Presentation document with options | Group...

    Learn this article and check how To load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....Available options are: Ppt, Pps, Pptx, Ppsx, Odp, Otp, Potx, Pot,...converter = new Converter ( "sample.pptx" , getLoadOptions )) { PdfConvertOptions...

    docs.groupdocs.com/conversion/net/load-presenta...
  2. 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/java/regular-expressi...
  3. Working with EXIF metadata | GroupDocs

    This article explains how To access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about Alias dictionary in Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/alias-dictionary/
  5. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about Alias dictionary....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/alias-dictionary/
  6. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about Alias dictionary in Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  7. Supported Document Formats | GroupDocs

    Full list of document formats GroupDocs.Conversion for Python via .NET can load and save — 20+ format families including Word Processing, Spreadsheet, Presentation, Pdf, Image, CAD, Email, eBook, Web, and 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...
  8. Archive

    archives...to Merge Password-Protected PDFs into a Single Secure Document...GroupDocs Team · 1 min Compare PDF Documents in C#: Inline, Side‑by‑Side...

    blog.groupdocs.com/archives/
  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. 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...