Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,390 for

pptx to pdf

(0.07 sec)
  1. Load from Stream | Documentation

    This article shows that how To load file from stream using redaction API...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet Pptx OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format.... Saves the document as PDF (Adobe Portable Document) format...SpreadsheetML, ODS) Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT...

    docs.groupdocs.com/assembly/java/supported-docu...
  3. GroupDocs.Parser Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....how to parse PDF document and extract values from PDF forms programmatically...survey forms or feedbacks in PDF format from a large audience...

    blog.groupdocs.com/categories/groupdocs.parser-...
  4. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleased To announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.0 comes up with new features and improvements for Search, Print and File Manager To view document in both HTML and Image representations for different document formats like DOCX, Pdf, XLSX, Pptx, MSG with attachments and many more features. Let’s have a look at it. We recommend you To download and explore this new version....document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and...

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  5. 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 JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  6. Get supported file formats | Documentation

    This article shows that how To get the list of all supported file formats of GroupDocs.Redaction by using C#....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/python-net/get-sup...
  7. 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...
  8. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .Pptx To Pdf using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the file type. See below for the LoadOptions I a…...pptx to PDF using memory stream. The...Format = PresentationFileType.Pptx } evgen.efimov April 17, 2025...

    forum.groupdocs.com/t/objectdisposedexception-c...
  9. 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-...
  10. 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...