8000 build fix · pdfix/pdfix_sdk_example_java@b59bc28 · GitHub
[go: up one dir, main page]

Skip to content

Commit b59bc28

Browse files
committed
build fix
1 parent 91f934e commit b59bc28

File tree

Collapse file tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/net/pdfix/App.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ public static void main(String[] args) throws Exception {
7474
inputPath + "/watermark.png");
7575
}
7676

77-
if (runTest("ConvertToHtml")) {
78-
ConvertToHtml.run(inputPath + "/test.pdf",
79-
outputPath + "/index.html", configPath,
80-
new PdfHtmlParams());
81-
}
82-
8377
if (runTest("ConvertToHtmlByPages")) {
8478
ConvertToHtmlByPages.run(inputPath + "/test.pdf");
8579
}

0 commit comments

Comments
 (0)
0