https://issues.apache.org/bugzilla/show_bug.cgi?id=45390
Summary: PDF Extensions - Prototype
Product: Fop
Version: 1.0dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=22249)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22249)
prototype implementation for pdf:dictionary + pdf:entry
The attached patch contains a working prototype implementation for PDF
extension objects, as discussed on
http://wiki.apache.org/xmlgraphics-fop/ExtensionsForPdf.
There's still quite some unfinished business there, but it should suffice to
give interested parties a starting-point (no idea when I'll be able to spend
more time on this).
After applying the patch, Jiri Tyr's requirement can be met by adding:
<pdf:dictionary type="catalog"
xmlns:pdf="http://xmlgraphics.apache.org/fop/extensions/pdf">
<pdf:entry name="PageMode">FullScreen</pdf:entry>
</pdf:dictionary>
basically anywhere in the document (I think; I've only tried specifying it as a
descendant of fo:root).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.