Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It is indeed! Thanks!

(sidenote: I've tried to speed PDF loading up and found that converting into a pure image-based PDF is a good balance between aesthetics and usability)

What tool are you using to make a flattened PDF?  I'm not incompetent but I couldn't manage to flatten the TYOV PDFs.

I'm using Linux (Pop_OS), so I'm not sure the info below is that helpful, if at all, under Windows. The tools are the following:

poppler-utils (specifically pdftocairo to convert the PDF to .jpg files), and then imagemagick (to convert the image files to a full PDF again).

Here are examples:

pdftocairo -jpeg ThousandYearOldVampire_SinglePages.pdf "[path to new folder containing output images]"

convert [above path]/*.jpg [destination/ouput].pdf

I'm not sure it's the simplest way to go, but at least it works.

I could just send you the files I've made this way? I haven't double-checked them but they look OK.

Ah!  I've been avoiding flattening the text.  But maybe a flat-flat is better than nothing...


Thank you!