Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // now, we can save our presentation
  2. FileOutputStream out = new FileOutputStream("MyPresentation.pptx");
  3. ppt.write(out);
  4. out.close();
  5. ppt.close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement