Certainly. For the destination of the bookmark you can use a PDPageXYZDestination <https://pdfbox.apache.org/docs/2.0.8/javadocs/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageXYZDestination.html> object, which lets you define the zoom level.
On Thu, Apr 26, 2018 at 9:17 AM, chitgoks <[email protected]> wrote: > hi everyone > > im currently looking into bookmarks and i saw some post using the > PDOutlineItem class. > > However, it looks like it only contain ways to save the position and the > page number. > > I saw a video in acrobat that the bookmark will also store the zoom value. > is this supported in pdfbox? > > please advise. >

