RE: PDF bookmarks (was: Re: extensions to FO)

Kelly Campbell writes:
 > <fo:wrapper pdf:outline-label="Section 1">
 >   <fo:block>Section 1</fo:block>
 >   <fo:wrapper pdf:outline-label="Subsection 1.1">
 >      <fo:block>Subsection 1.1</fo:block>
 >   </fo:wrapper>
 > </fo:wrapper>

oh dear. I dont like the idea of the bookmark being in an
attribute. it seems like asking for trouble. I know PDF bookmarks at
present are just plain old characters, but what if its gets extended?

I also don't see how to naively implement the above. which block gets
the ID to which the outline points? the first child of the wrapper?


sebastian

Received on Sunday, 4 February 2001 09:26:41 UTC