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 The comment on the change is: 'flag' is used exclusively for boolean dictionary entries; 'entry' seems better ------------------------------------------------------------------------------ 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:entry name="PageMode">UseNone</pdf:flag> - <pdf:flag name="PageLayout">SinglePage</pdf:flag> + <pdf:entry name="PageLayout">SinglePage</pdf:flag> <pdf:dictionary type="normal" name="ViewerPreferences"> - <pdf:flag name="HideToolbar">True</pdf:flag> + <pdf:entry name="HideToolbar">True</pdf:flag> ... }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
