try ITextRenderer renderer = new ITextRenderer(); renderer.setDocumentFromString(html); renderer.layout(); return renderer.createPDF(null); // byte array output catch (Exception e) throw new RuntimeException("PDF generation failed", e);
private final SpringTemplateEngine templateEngine; taming thymeleaf pdf download
Images (use absolute path or base64):
private final PdfService pdfService;