/afterwriting

Docker image encapsulating the Afterwriting screenplay PDF generator

Primary LanguageDockerfile

Custom Afterwriting Docker Image

This repository builds a ready-to-use Afterwriting Docker image, used to build screenplays and webinar scripts in PDF format from their original Fountain sources.

Note
The version number of the Docker image matches the version of Afterwriting encapsulated therein.

Usage

To create the PDF version of a Fountain screenplay, use the following command:

podman run --rm --volume "$(pwd)":/image ghcr.io/vshn/afterwriting:1.17.3 --source /image/presentation.fountain --pdf /image/test.pdf