Buggy serialization on PDFs containing bookmarks with broken destinations

Issue #2 new
Daniel Kraus repo owner created an issue

If a PDF contains a bookmark with a broken destination (e.g. a deleted page), sometimes serialization can't be done. In these situations,

Destination destination = ((GoToDestination<?>) bookmark.getTarget()).getDestination();

throws an IOException in the Wizard class.

Comments (4)

  1. Log in to comment