ChromicPDF.start_link

You're seeing just the function start_link, go back to ChromicPDF module for more information.
Link to this function

start_link(config \\ [])

View Source

Specs

Starts ChromicPDF.

If the given config includes the on_demand: true flag, this will instead spawn an Agent process that holds this configuration until a PDF operation is triggered which will then launch a supervisor temporarily, process the operation, and proceed to perform a graceful shutdown.