No description
Find a file
2023-01-03 15:14:49 +00:00
.gitignore chore: Add .gitignore 2023-01-03 15:14:49 +00:00
captions fix(captions): Script expected source file to have same name as itself... 2022-09-15 16:43:52 +01:00
generate fix: Adjust image max height to account for caption and spacing 2022-09-15 16:43:52 +01:00
LICENSE Add LICENSE 2021-11-03 14:22:14 +00:00
README.md docs: Update and correct README.md 2022-09-15 12:41:13 +00:00

A script to generate a PDF file of images and associated text from the current folder.

Each image (matching *.jpg) is added on a separate page of the resulting PDF.

Captions can optionally be included using either the image file name or a separate text file.

Options:

  • -t — If no text file matching the image name is found, use the image filename (without extension) as the caption
  • -n — (Only in conjunction with '-t') Assume filenames are preceded with a number followed by an underscore ('XX_') and remove that from the caption. Allows controlling the order of output.

TODO

  • Integrate the single-file captions script.