sPDF icon indicating copy to clipboard operation
sPDF copied to clipboard

Configure DPI

Open jonandersen opened this issue 8 years ago • 1 comments

I'm trying to configure the DPI option but can't find any option to do so. Is there a way to add your own parameters by overriding something? Currently PdfConfig.toParameters is hardcoded so I can't change what parameters are used. Maybe adding aval custom: Seq[String] = Seq() that can be overridden in the PdfConfig?

jonandersen avatar Feb 09 '17 19:02 jonandersen

For the DPI option, I think you can use the zoom parameter (e.g., zoom := 4)

ecamellini avatar Nov 09 '17 16:11 ecamellini