An Alfred workflow that allows you to swiftly convert JPEG images to PDF format.
Note: When multiple files are selected, they are merged into a single PDF. The name of the output file is based on the first selected JPEG, and if there are multiple files, "_merged" is appended to its name.
- Install Python (if not already installed):
Open Terminal and type:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install python
- Run via File Actions
0.1 Initial version