[
http://jira.jboss.com/jira/browse/JBSEAM-2578?page=all ]
Terry reopened JBSEAM-2578:
---------------------------
I may be wrong but I think they are not the same thing. By bookmarks I meant document
outline; which appear on the left hand side of the PDF document and which clicked scrolls
document to that location. Whereas p:anchor doesnt cause outline to appear. In the past I
used something like following to mark documents for outlines.
PdfContentByte cb = pdfWriter.getDirectContent();
PdfDestination destination = new PdfDestination(PdfDestination.FITH);
PdfOutline outline = new PdfOutline(cb.getRootOutline(), destination,
bookmarkName);
Provide support for creating bookmarks in pdf
---------------------------------------------
Key: JBSEAM-2578
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2578
Project: Seam
Issue Type: Feature Request
Components: PDF
Affects Versions: 2.0.1.CR2
Environment: n/a
Reporter: Terry
Assigned To: Norman Richards
Priority: Minor
Fix For: 2.1.0.GA
Provide support to add bookmarks in pdf generated by seam. bookmark appears as an index
which when clicked jump to certain section of the page.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira