Is it possible to disable font embedding with wkhtmltopdf? -
we generate pdfs download or printing using wkhtmltopdf called through phpwkhtmltopdf on our ubuntu/php-driven site. when font-family not specified , default fonts used (the nimbussanl family, in our case), font subset needed document embedded automatically. not want embedding happen. there way of disabling it, either globally or per-document? have spent several hours failing find reference font embedding in software.
Comments
Post a Comment