Broken PDF versioning

Issue #1 new
Daniel Kraus repo owner created an issue

Picking a version from the choice box has no effect. Debugging the Wizard class showed that

document.setVersion(version);

is working properly, but doesn't change the version when the PDF is serialized.

Comments (8)

  1. Daniel Kraus reporter

    New tests showed that increasing the version number works fine, unfortunately still no downward compatibility.

  2. Log in to comment