Open GoogleCodeExporter opened 9 years ago
Was this ever resolved? I am having some problems implementing bookmarks as
well:
pdf.setDisplayMode(Display.FULL_PAGE, Layout.SINGLE_PAGE,
PageMode.USE_OUTLINES);
var newPage:Page = new Page (Orientation.PORTRAIT, Unit.POINT, Size.LETTER);
pdf.addPage(newPage);
pdf.addBookmark(entry.entryName, 0, 0, myColor);
This does not give an "Outline" view when I open the PDF.
Am I doing something wrong? Could you post an example of how this is actually
supposed to work?
Original comment by Lnhay...@gmail.com
on 3 Feb 2009 at 10:22
Original issue reported on code.google.com by
marc.hug...@gmail.com
on 3 Sep 2007 at 12:57