We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpine.pdf mainline.pdf
The text was updated successfully, but these errors were encountered:
Installing fonts should help. Ref - https://github.com/Surnet/docker-wkhtmltopdf#other-images
# Install dependencies for wkhtmltopdf RUN apk add --no-cache \ libstdc++ \ libx11 \ libxrender \ libxext \ libssl1.1 \ ca-certificates \ fontconfig \ freetype \ ttf-dejavu \ ttf-droid \ ttf-freefont \ ttf-liberation \ ttf-ubuntu-font-family \ && apk add --no-cache --virtual .build-deps \ msttcorefonts-installer \ \ # Install microsoft fonts && update-ms-fonts \ && fc-cache -f \ \ # Clean up when done && rm -rf /tmp/* \ && apk del .build-deps
Sorry, something went wrong.
NOLFXceptMe
No branches or pull requests
alpine.pdf
mainline.pdf
The text was updated successfully, but these errors were encountered: