How to generate PDF with different DPI using wkhtmltopdf? -
I need to create two versions of PDF documents: 300 dpi and width with 150 dpi.
Do I need to use different elements, font sizes, and images with different width and height?
Or should I make PDF documents with different DPIs?
You can create PDFs with different DPIs. I'm not sure about the command line arguments. If you are using php, you can try KnpSnappy bundle. In this, good APIs and different options can be configured.
Comments
Post a Comment