Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 606 Bytes

Alfred Convert JPEG to PDF

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.

Installation

  1. 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
  1. Run via File Actions

Changelog

0.1 Initial version