|
|
@@ -117,7 +117,7 @@ public class HtmlConvertToPdf implements InitializingBean {
|
|
|
builder.withW3cDocument(new W3CDom().fromJsoup(document), baseUri);
|
|
|
builder.addDOMMutator(doc -> {
|
|
|
Element style = doc.createElement("style");
|
|
|
- Node node = doc.createTextNode("@page { margin-top: 80px; margin-bottom: 80px; }");
|
|
|
+ Node node = doc.createTextNode("@page { margin-top: 90px; margin-bottom: 90px; }");
|
|
|
style.appendChild(node);
|
|
|
doc.getElementsByTagName("head").item(0).appendChild(style);
|
|
|
});
|