Render crossword puzzles in the xwordinfo.com JSON format into pretty, printable PDFs.
Clone the repo,
git clone https://github.com/marvinklein/xwordinfo-json-to-pdf.git
cd xwordinfo-json-to-pdf
Install dependencies,
npm install
Then,
node index.js input-file-name.json output-file-name.pdf
Improve the layout algorithm:
- Automatically adjust font size for puzzles with very few or many clues
- Prevent orphaned clues and awkward flow of "across" and "down" section titles