You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 a
val custom: Seq[String] = Seq()
that can be overridden in the PdfConfig?The text was updated successfully, but these errors were encountered: