Update FileToPdf.java

This commit is contained in:
Anthony Stirling 2025-02-28 18:47:11 +00:00 committed by GitHub
parent 56ad32202b
commit 09dc057ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ public class FileToPdf {
command.add("-e"); command.add("-e");
command.add("utf-8"); command.add("utf-8");
command.add("-v"); command.add("-v");
command.add("--pdf-forms");
command.add(tempInputFile.toString()); command.add(tempInputFile.toString());
command.add(tempOutputFile.toString()); command.add(tempOutputFile.toString());