jpd236 / kotwords

Collection of crossword puzzle file format converters and other utilities, written in Kotlin.
Apache License 2.0
25 stars 6 forks source link

Add PDF generation for variety puzzles #15

Open jpd236 opened 3 years ago

jpd236 commented 3 years ago

Can use the existing PDF generation for regular Crosswords as a starting point. Ideally, each puzzle type would be able to render its "grid" directly so we could generate proper print-quality PDFs, rather than just printing the rectangular grid from the JPZ (which is functional, but generally loses a bit of fidelity from the intended format, especially for something like Rows Garden puzzles).