I currently have a series of images (PNG) and, for each, an unformatted text version of their contents. I would like to create a PDF file where each image will become a full page of the resulting PDF file, and the corresponding text will also be attached to the page, so searching for some words will lead you to pages with this text on it, although the text is never displayed directly.
This is a one-time job, so it should not be neat or scalable. I could use any language commonly available on a Linux system, or the usual command line tools. (I also have a Windows system with Acrobat available, although there are about a thousand images, so something manually will not work.)
source
share