Skip to content

Very basic app for converting *.pptx files to *.pdf files

Notifications You must be signed in to change notification settings

onigiz/pptx_to_pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pptx_to_pdf

Very basic app for converting *.pptx files to *.pdf files

For Ubuntu

  • *_u.py is ubuntu version.

For Windows

  • "*_w.py" is Windows version.
  • Using the 'subprocess' library, pptx files are converted to PDF through the command-line interface of PowerPoint. The process.communicate() function is used to ensure that PowerPoint runs in the background during the conversion process.

Note:

The stdout and stderr arguments of the subprocess. Popen() function can be used to capture output and error messages. However, they are not used in this example. Additionally, the folder name where the files are located is assumed to be "willConvert" and the folder where PowerPoint is installed is assumed to be "C:\Program Files\Microsoft Office\root\Office16". Adjust these values to match your own system configuration.

About

Very basic app for converting *.pptx files to *.pdf files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages