1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-29 16:10:11 +02:00

add table support in md2pdf transport

This commit is contained in:
TieStone 2024-01-10 21:29:43 +08:00
parent ab9e7bbb8c
commit 81d49b722b

View File

@ -65,7 +65,6 @@ public class ConvertMarkdownToPdf {
.build();
String htmlContent = renderer.render(document);
System.out.println(htmlContent);
byte[] pdfBytes =
FileToPdf.convertHtmlToPdf(