scale

Type: <number>
Default: 0.6
It sets the scale for the pdf over the target url.
  • CLI
  • JavaScript
  • Shell
  • Python
  • Ruby
const mql = require('@microlink/mql')

const { status, data } = await mql('https://varnish-cache.org/docs/trunk/phk/thatslow.html', { pdf: {scale: 1} })

mql.render(data)
Scale amount must be between 0.1 and 2.