Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

When hitting download, I'm sent to a page with two versions: ThousandYearOldVampire_2ndPrinting_Spreads.pdf (Aug 21 2020) and ThousandYearOldVampire_2ndPrinting_SinglePagesVer1p21.pdf (Sept 14 2020).

No sign of a third version! Am I missing something? I double checked my purchase email and it just sends me back there.

(+1)

OH MY GOSH!  I dunno what happened but I think it's fixed now.  

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!