Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,325 for

pptx to pdf

(0.11 sec)
  1. Load a password-protected document | GroupDocs

    This example demonstrates how To load a password-protected document....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-a-password...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how To load a password-protected document 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-p...
  3. Supported Document Formats | GroupDocs

    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...
  4. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order To use the advanced rasterization options you have To pass one of the options To Save method. In this case the document will be rasterized To Pdf, but the scan-like effects will be applied To its pages. The following example demonstrates how To apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.redaction as gr import groupdocs.redaction.options as gro import groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) so = gro...

    docs.groupdocs.com/redaction/python-net/use-adv...
  5. Load from a local disk | GroupDocs

    The following example demonstrates how To load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } 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: GroupDocs.Metadata for ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  6. 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...
  7. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for Java...welcome to merge DOC, PDF, XLSX, PPTX and more with . Was this...

    docs.groupdocs.com/merger/java/showcases/
  8. Load from a stream | GroupDocs

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(fileStream); } 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-fr...
  9. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn To add, create, and cusTomize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....document watermarking : Works with PDFs, images, Word docs, and more...document_path = "business_report.pdf" output_document_path = "con...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  10. 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...