You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/07/15 23:29:23 UTC

DO NOT REPLY [Bug 45390] PDF Extensions - Prototype

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


Andreas L. Delmelle <ad...@apache.org> changed:

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




--- Comment #1 from Andreas L. Delmelle <ad...@apache.org>  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.