https://github.com/cage1016/alfred-pdf2image
Convert PDF to image with Alfred
https://github.com/cage1016/alfred-pdf2image
ak alfred alfred-workflow alfred-workflows alfred5 golang mupdf pdf tools
Last synced: about 2 months ago
JSON representation
Convert PDF to image with Alfred
- Host: GitHub
- URL: https://github.com/cage1016/alfred-pdf2image
- Owner: cage1016
- License: mit
- Created: 2022-09-21T15:03:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T16:10:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T13:13:26.321Z (about 2 months ago)
- Topics: ak, alfred, alfred-workflow, alfred-workflows, alfred5, golang, mupdf, pdf, tools
- Language: Go
- Homepage:
- Size: 871 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred PDF to image
Convert PDF to image with Alfred.
[](https://github.com/cage1016/alfred-pdf2image/actions/workflows/release.yml)
[](https://lbesson.mit-license.org/)

[](https://codecov.io/gh/cage1016/alfred-pdf2image)

## Features
- Convert PDF to image by page range
## Download
Make sure to download the latest released directly from the releases page. [Download here](https://github.com/cage1016/alfred-pdf2image/releases).## Requires
- Preferably Alfred 5## Usage

- File Filter keyword: `pdf2img` or File action to pick up PDF file
- Enter page numbers and/or page ranges.
- `2` means page 2
- `5-8` means page 5 to 8
- `-20` means page 1 to 20
- `20-` means page 20 to last page
- `-` means all pages## Third Party Library
- [gen2brain/go-fitz: Golang wrapper for the MuPDF Fitz library](https://github.com/gen2brain/go-fitz)
## Change Log
### 0.1.1
- Fix bug: correct workflow update repo url### 0.1.0
- Initial release## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.