mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update ConvertImgPDFController.java
This commit is contained in:
parent
7956733856
commit
d3bc5ee97f
@ -121,7 +121,10 @@ public class ConvertImgPDFController {
|
||||
|
||||
List<String> command = new ArrayList<>();
|
||||
command.add(pythonVersion);
|
||||
command.add(pngToWebpScript.toAbsolutePath().toString()); // Python script to handle the conversion
|
||||
command.add(
|
||||
pngToWebpScript
|
||||
.toAbsolutePath()
|
||||
.toString()); // Python script to handle the conversion
|
||||
|
||||
// Create a temporary directory for the output WebP files
|
||||
tempOutputDir = Files.createTempDirectory("webp_output");
|
||||
|
Loading…
Reference in New Issue
Block a user