Tag:PDF bookmarks
-
Java sample code for adding, modifying and deleting PDF bookmarks
When reading a long PDF document, in order to facilitate us to quickly locate the last reading position when we read it again, we can insert a bookmark to mark; in addition, for the existing bookmarks in the document, we can also modify or delete them as needed. This article uses Java programming to show […]