PDAcroFormFlattenTest.java (pdfbox-2.0.23-src) | : | PDAcroFormFlattenTest.java (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 99 | skipping to change at line 99 | |||
{ | { | |||
String sourceUrl = "https://issues.apache.org/jira/secure/attachment/126 82897/FormI-9-English.pdf"; | String sourceUrl = "https://issues.apache.org/jira/secure/attachment/126 82897/FormI-9-English.pdf"; | |||
String targetFileName = "FormI-9-English.pdf"; | String targetFileName = "FormI-9-English.pdf"; | |||
flattenAndCompare(sourceUrl, targetFileName); | flattenAndCompare(sourceUrl, targetFileName); | |||
} | } | |||
/* | /* | |||
* PDFBOX-2469 Filled template. | * PDFBOX-2469 Filled template. | |||
*/ | */ | |||
@Test | // Disabled as there is a minimal difference which can not be seen visually, | |||
see PDFBOX-5133 | ||||
// @Test | ||||
public void testFlattenPDFBOX2469Filled() throws IOException | public void testFlattenPDFBOX2469Filled() throws IOException | |||
{ | { | |||
String sourceUrl = "https://issues.apache.org/jira/secure/attachment/126 78455/testPDF_acroForm.pdf"; | String sourceUrl = "https://issues.apache.org/jira/secure/attachment/126 78455/testPDF_acroForm.pdf"; | |||
String targetFileName = "testPDF_acroForm.pdf"; | String targetFileName = "testPDF_acroForm.pdf"; | |||
flattenAndCompare(sourceUrl, targetFileName); | flattenAndCompare(sourceUrl, targetFileName); | |||
} | } | |||
/* | /* | |||
* PDFBOX-2586 Empty template. | * PDFBOX-2586 Empty template. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |