unoconv / unoserver

MIT License
552 stars 77 forks source link

Integration tests for convertion to PDF does not accept PDF-1.6 format #57

Closed asmundstavdahl closed 1 year ago

asmundstavdahl commented 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.

asmundstavdahl commented 1 year ago

58 fixes it