Closed asmundstavdahl closed 1 year ago
I'm running LibreOffice 7.4.3.2 40(Build:2), which outputs PDF-1.6 when converting to PDF. Integration test's assertions at lines 29 and 56 explicitly check for PDF-1.5 (assert start == b"%PDF-1.5\n") and therefore fails.
LibreOffice 7.4.3.2 40(Build:2)
assert start == b"%PDF-1.5\n"
I'm running
LibreOffice 7.4.3.2 40(Build:2)
, which outputs PDF-1.6 when converting to PDF. Integration test's assertions at lines 29 and 56 explicitly check for PDF-1.5 (assert start == b"%PDF-1.5\n"
) and therefore fails.