Guest User

Untitled

a guest
Sep 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from pptx import Presentation
  2. prs = Presentation('C:\Users\user03\Desktop\test.pptx')
  3. for slide in prs.slides:
  4. if slide.name = slide_I_want:
  5. #send slide to printer
Add Comment
Please, Sign In to add comment