Skip to content

Commit d9d95fb

Browse files
[Tests] Add more PDFs. Some fail to convert.
1 parent ba7aaaa commit d9d95fb

10 files changed

Lines changed: 11 additions & 2 deletions

File tree

22.6 KB
Binary file not shown.
568 KB
Binary file not shown.
116 KB
Binary file not shown.
424 KB
Binary file not shown.
2.96 KB
Binary file not shown.
Binary file not shown.
20.1 KB
Binary file not shown.
16.4 KB
Binary file not shown.
90.1 KB
Binary file not shown.

pdf2htmlEX/src/androidTest/java/com/viliussutkus89/android/pdf2htmlex/InstrumentedTests.java

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,17 @@ public class InstrumentedTests {
4545

4646
// PDFs must be places in pdf2htmlEX/src/androidTest/assets/
4747
private final String[] m_PDFsToTest = new String[] {
48-
"fontfile3_opentype.pdf",
49-
"fontfile3_opentype.pdf"
48+
// Commented out PDFs do not pass the conversion test, for one reason or another.
49+
"fontfile3_opentype.pdf",
50+
// "basic_text.pdf",
51+
"invalid_unicode_issue477.pdf",
52+
// "pdf.pdf",
53+
"sample.pdf"
54+
// "geneve_1564.pdf",
55+
// "svg_background_with_page_rotation_issue402.pdf",
56+
// "test_fail.pdf",
57+
// "with_form.pdf",
58+
// "text_visibility.pdf"
5059
};
5160

5261
private File extractAssetPDF(String filename) throws IOException {

0 commit comments

Comments
 (0)