Best way to install Ghostscript on Render

Hi! I need to run Ghostscript in my Nuxt 3 app on Render to convert RGB PDFs to CMYK.

Options I see:

1. Install via build command: `apt-get install -y ghostscript`

2. Use Dockerfile with Ghostscript pre-installed

3. Anything else?

Which approach is recommended for Render?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.