Menu

#394 Collapse PDF Outline

closed-fixed
XSL (399)
5
2009-04-12
2007-09-11
No

Can we add a parameter named something like 'fo.collapse.outline' to add 'starting-state="hide"' to bookmarks if non zero

<xsl:if test="$fo.outline.collapse != 0">
<xsl:attribute name="starting-state">hide</xsl:attribute>
</xsl:if>

FOP >0.93 expands all bookmarks by default and this makes it hard to see where you are in the document without collapsing all bookmarks.

Discussion

  • Mauritz Jeanson

    Mauritz Jeanson - 2009-03-27
    • assigned_to: nobody --> mzjn
     
  • Mauritz Jeanson

    Mauritz Jeanson - 2009-03-28

    The new parameter is called bookmarks.collapse. It is set to 1 by default for FOP.

     
  • Mauritz Jeanson

    Mauritz Jeanson - 2009-03-28
    • status: open --> pending-fixed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed