Skip to content

Commit 4e2d2b8

Browse files
committed
Alternative converter
1 parent 6d11ae9 commit 4e2d2b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/convertapi/examples/AlternativeConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public static void main(String[] args) throws IOException, ExecutionException, I
2727
Path tempDir = Paths.get(System.getProperty("java.io.tmpdir"));
2828

2929
System.out.println("Converting DOCX to PDF with OpenOffice converter");
30-
3130
Param docxFileParam = new Param("file", Paths.get("test-files/test.docx"));
3231
Param converterParam = new Param("converter", "openofficetopdf");
3332

0 commit comments

Comments
 (0)