Open PieterjanMontens opened 3 years ago
latex is taxing in a server docker environment : it's heavy and not really adapted. It would be better in it's own container, with all error management and such behind a rest interface
Add PDF compression for optimized file sizes:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=test-comp.pdf test.pdf
latex is taxing in a server docker environment : it's heavy and not really adapted. It would be better in it's own container, with all error management and such behind a rest interface