Skip to content

P1zz4br0etch3n/pdf2pro6x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app icon

pdf2pro6x

Convert PDF files to ProPresenter 6 Bundle files.

screenshot windows

screenshot mac

Prerequisite

pdf2pro6x uses pdf2image which is based on poppler, so make sure you have the latter installed.

See install instructions for MacOS or Windows.

Releases

You can download an installer or the cli version for macos and windows from the Releases section.

Usage

Just open the app, browse for a PDF file or paste its path and click Convert.

Development

Unfortunately fbs only supports Python up to version 3.5. Make sure you have qt5 installed and added the bin directory to your PATH:

$ brew install qt5
$ echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> ~/.bashrc

Then create a virtualenv, activate it and install the requirements:

$ pip install virtualenv
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt  # this can take a while...

Now you're ready to go.

Troubleshooting

From macOS Big Sur the app window only pops up if the environment variable QT_MAC_WANTS_LAYER is set to "1".

Also you will have to create following symlinks:

$ sudo ln -s /opt/homebrew/bin/pdfinfo /usr/local/bin/pdfinfo
$ sudo ln -s /opt/homebrew/bin/pdftoppm /usr/local/bin/pdftoppm

About

Convert PDF files to ProPresenter 6 Document Bundle files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages