We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d11ae9 commit 4e2d2b8Copy full SHA for 4e2d2b8
src/com/convertapi/examples/AlternativeConverter.java
@@ -27,7 +27,6 @@ public static void main(String[] args) throws IOException, ExecutionException, I
27
Path tempDir = Paths.get(System.getProperty("java.io.tmpdir"));
28
29
System.out.println("Converting DOCX to PDF with OpenOffice converter");
30
-
31
Param docxFileParam = new Param("file", Paths.get("test-files/test.docx"));
32
Param converterParam = new Param("converter", "openofficetopdf");
33
0 commit comments