https://issues.apache.org/bugzilla/show_bug.cgi?id=45390


Andreas L. Delmelle <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22249|0                           |1
        is obsolete|                            |




--- Comment #1 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-07-15 
14:29:23 PST ---
Created an attachment (id=22261)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22261)
Updated patch


Added minimal support for subdictionaries and boolean entries, so the following
now becomes possible:

  <pdf:dictionary type="catalog"
xmlns:pdf="http://xmlgraphics.apache.org/fop/extensions/pdf";>
    <pdf:entry name="PageMode" type="name">FullScreen</pdf:entry>
    <pdf:dictionary type="normal" name="ViewerPreferences">
      <pdf:entry name="HideToolbar" type="boolean">true</pdf:entry>
      <pdf:entry name="HideWindowUI" type="boolean">true</pdf:entry>
      <pdf:entry name="FitWindow" type="boolean">true</pdf:entry>
      <pdf:entry name="CenterWindow" type="boolean">true</pdf:entry>
      <pdf:entry name="NonFullScreenPageMode" type="name">UseThumbs</pdf:entry>
    </pdf:dictionary>
  </pdf:dictionary>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to