About 337,000 results
Open links in new tab
  1. Working with textpython-pptx 1.0.0 documentation

    Text exists in a hierarchy of three levels: All the text in a shape is contained in its text frame. A text frame has vertical alignment, margins, wrapping and auto-fit behavior, a rotation angle, …

  2. Extracting text from multiple powerpoint files using python

    Sep 10, 2016 · pd.Dataframe(files_csv,columns=['filename','text']).to_csv('your_csv.csv') this code will fetch all the pptx and pptm files from directory and create a csv with first column as …

  3. Creating and updating PowerPoint Presentations in Python using python ...

    May 2, 2025 · The python-pptx library is a powerful tool for creating and editing PowerPoint (.pptx) files programmatically. It lets you manipulate elements like slides, shapes, text boxes, …

  4. Mastering `python-pptx`: Creating and Manipulating PowerPoint ...

    Jan 23, 2025 · While Microsoft PowerPoint provides a graphical interface for creating presentations, automating the process using Python can be a game-changer. `python-pptx` is …

  5. How to extract text from powerpoint text boxes, in their order …

    Aug 26, 2018 · Sometimes the textbox at the end of the ppt is extracted first and sometimes the ones in the middle and so on. The following code gets text from textboxes and handles group …

  6. Adding Text Box and Text to Slides - CodeFriends

    You can add a text box to a desired location on your slide using the slide.shapes.add_textbox() method from the python-pptx library. Here is a simple example code to generate and place a …

  7. Text-related objects — python-pptx 1.0.0 documentation

    fit_text(font_family: str = 'Calibri', max_size: int = 18, bold: bool = False, italic: bool = False, font_file: str | None = None) [source] ¶ Fit text-frame text entirely within bounds of its shape.

  8. Python-PPTX Text Formatting Process - Stack Overflow

    Apr 27, 2021 · There is no need to explicitly access the text-frame to add text, a shape that accepts text has a writable .text property. In general, the default font (character formatting) is …

  9. Working with PPTX in Python: A Comprehensive Guide

    Jan 26, 2025 · python-pptx is a Python library that allows you to read, write, and modify PowerPoint presentations. It provides an object - oriented interface to interact with different …

  10. Getting Started — python-pptx 1.0.0 documentation

    The text of the first paragraph can be set using text_frame.paragraphs[0].text. As a shortcut, the writable properties _BaseShape.text and _TextFrame.text are provided to accomplish the …

  11. Some results have been removed
Refresh