test/automated in combine_pdf-1.0.3 vs test/automated in combine_pdf-1.0.4

- old
+ new

@@ -17,9 +17,13 @@ pdf = CombinePDF.load "./Ruby/test\ pdfs/filled_form.pdf" pdf << CombinePDF.load("./Ruby/test\ pdfs/empty_form.pdf") pdf << CombinePDF.load("./Ruby/test\ pdfs/filled_form.pdf") pdf.save '02_check_form_unification_middle_is_empty.pdf' +pdf = CombinePDF.load "./Ruby/test\ pdfs/check_form_data__objstreams_w_versions.pdf" +pdf.save '02_01_check_form_data_ordering_issue.pdf' + + pdf = CombinePDF.load './Ruby/test pdfs/share-font-background.pdf' pdf2 = CombinePDF.load './Ruby/test pdfs/share-font-foreground.pdf' i = 0 pdf.pages.each { |pg| pg << pdf2.pages[i] } pdf.save '03_check_font_conflict.pdf'