You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by Apache Wiki <wi...@apache.org> on 2008/07/11 21:48:46 UTC

[Xmlgraphics-fop Wiki] Update of "ExtensionsForPdf" by AndreasDelmelle

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlgraphics-fop Wiki" for change notification.

The following page has been changed by AndreasDelmelle:
http://wiki.apache.org/xmlgraphics-fop/ExtensionsForPdf

------------------------------------------------------------------------------
  />
  }}}
  
+ Taking into account the suggestion made by Paul Womack, how about something slightly more generic like:
+ {{{
+ <pdf:dictionary type="catalog" xmlns:pdf="http://xmlgraphics.apache/org/fop/extensions/pdf">
+   <pdf:flag name="PageMode">UseNone</pdf:flag>
+   <pdf:flag name="PageLayout">SinglePage</pdf:flag>
+   <pdf:dictionary type="normal" name="ViewerPreferences">
+     <pdf:flag name="HideToolbar">true</pdf:flag>
+     ...
+ }}}
+ 
+ Using the same terminology as in the PDF Reference seems to make sense, as it's a PDF extension. Using the exact same possible values could lead to an easier translation to PDF (?)
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org