Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foosel/cardfoldr
Convert a PDF of card grids as found in Print'n'play games into a PDF with the cards arranged side by side with their backs, with a foldline right down the middle of the page
https://github.com/foosel/cardfoldr
browser pdf-converter pnp print-and-play tool
Last synced: 7 days ago
JSON representation
Convert a PDF of card grids as found in Print'n'play games into a PDF with the cards arranged side by side with their backs, with a foldline right down the middle of the page
- Host: GitHub
- URL: https://github.com/foosel/cardfoldr
- Owner: foosel
- License: mit
- Created: 2024-05-09T16:50:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T16:13:45.000Z (5 months ago)
- Last Synced: 2024-06-12T00:21:19.583Z (5 months ago)
- Topics: browser, pdf-converter, pnp, print-and-play, tool
- Language: JavaScript
- Homepage: https://foosel.github.io/cardfoldr/
- Size: 5.21 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🃏 CardFoldr
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/foosel/cardfoldr/deploy.yml)
![GitHub License](https://img.shields.io/github/license/foosel/cardfoldr)
[![BGG Thread](https://img.shields.io/badge/BGG-Thread-purple?logo=boardgamegeek)](https://boardgamegeek.com/thread/3298313/i-created-a-tool-to-create-foldable-card-pdfs-from)
[![BGG Geeklist](https://img.shields.io/badge/BGG-Geeklist-purple?logo=boardgamegeek)](https://boardgamegeek.com/geeklist/336986/cardfoldr-settings-for-games)CardFoldr is a tool to help you convert a PDF of card grids (say, 3x3 cards per page, several pages of fronts and one page of backs) into a gutterfold PDF: card fronts and backs on the same page, with a foldline down the middle for easy double sided alignment.
It is meant to help with building print'n'play games.
## Changelog
[See CHANGELOG.md](CHANGELOG.md).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
## Acknowledgments
CardFoldr uses the following fine projects:
- [PDF.js](https://mozilla.github.io/pdf.js/)
- [PDF-Lib](https://pdf-lib.js.org/)
- [pure.css](https://purecss.io/)
- [Font Awesome](https://fontawesome.com/)
- [Playwright](https://playwright.dev/)