dmitaras
dmitaras

Reputation: 21

Puppeteer doesn't reuse cached fonts in Ubuntu

During PDF generation with Puppeteer new files appear in cache directory on Ubuntu 16.04 docker image (/var/cache/fontconfig) for each PDF (even the same one). Force fc-cache -r doesn't clean cached files in such situation

Is there a way to reuse cached fonts instead of generating new duplicates during PDF generation with Puppeteer and Chrome installed?

Upvotes: 2

Views: 310

Answers (0)

Related Questions