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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to