PdfServiceClient

@Component
class PdfServiceClient(@Value(value = "${pdf-engine.url}") engineUrl: String)(source)

Constructors

Link copied to clipboard
constructor(@Value(value = "${pdf-engine.url}") engineUrl: String)

Functions

Link copied to clipboard
fun generatePdf(htmlContent: String, filename: String): ByteArray