mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-17 12:40:11 +01:00
add table support in md2pdf transport
This commit is contained in:
parent
ab9e7bbb8c
commit
81d49b722b
@ -65,7 +65,6 @@ public class ConvertMarkdownToPdf {
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
String htmlContent = renderer.render(document);
|
String htmlContent = renderer.render(document);
|
||||||
System.out.println(htmlContent);
|
|
||||||
|
|
||||||
byte[] pdfBytes =
|
byte[] pdfBytes =
|
||||||
FileToPdf.convertHtmlToPdf(
|
FileToPdf.convertHtmlToPdf(
|
||||||
|
Loading…
Reference in New Issue
Block a user