PDF Exporter options

Hi ,

i have an application that outputs to PDF using the exporting. i wonder if it is possible to shrink the font even more than the standard output. If this isn't possible, can the PDF generate in landscape?

Many thanks,

MIke

Hi @MewWales, You can change the resolution of the generated PDF by passing an optional scale parameter to utils.downloadPage().

If that doesn't work for your use case, then perhaps connecting a REST API resource to an external PDF generator as described in this blog post (shout out to Kelly Plathe) could work as an alternative!