mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-03-02 00:16:47 +01:00
Update ConvertWebsiteToPDF.java
This commit is contained in:
parent
f3a413fe82
commit
56ad32202b
@ -72,6 +72,7 @@ public class ConvertWebsiteToPDF {
|
||||
List<String> command = new ArrayList<>();
|
||||
command.add(runtimePathConfig.getWeasyPrintPath());
|
||||
command.add(URL);
|
||||
command.add("--pdf-forms");
|
||||
command.add(tempOutputFile.toString());
|
||||
|
||||
ProcessExecutorResult returnCode =
|
||||
|
Loading…
Reference in New Issue
Block a user