Taming | Thymeleaf Pdf Download

return ResponseEntity.ok() .header(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=invoice_" + id + ".pdf") .contentType(MediaType.APPLICATION_PDF) .body(pdfBytes);

<img src="file:/absolute/path/logo.png" /> (register in ITextRenderer): taming thymeleaf pdf download

Images (use absolute path or base64):

private final PdfService pdfService;

public PdfController(PdfService pdfService) this.pdfService = pdfService; return ResponseEntity