[
https://issues.apache.org/jira/browse/FOP-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated FOP-2456:
-------------------------------
Description:
Professional printers can use PDFVT or PDF Page Piece to control things like
what printer tray is used or cache pdf objects in memory for performance.
PDFVT needs in fop.xconf
<pdf-x-mode>PDF/X-4</pdf-x-mode>
<pdf-vt-mode>PDF/VT-1</pdf-vt-mode>
and metadata for each page in fo:
{code}
<pdf:vt>
<pdf:dictionary key="DPM/CIP4_Root/CIP4_Production/CIP4_Part">
<pdf:string key="CIP4_ProductType">frontpages</pdf:string>
</pdf:dictionary>
</pdf:vt>
{code}
Page Piece only needs fo metadata for each page in fo:
{code}
<pdf:pagepiece>
<pdf:dictionary key="IBM-ODIndexes/Private">
<pdf:string key="Cname">BUD</pdf:string>
</pdf:dictionary>
</pdf:pagepiece>
{code}
was:
Professional printers can use PDFVT or PDF Page Piece to control things like
what printer tray is used or cache pdf objects in memory for performance.
PDFVT needs in fop.xconf
<pdf-x-mode>PDF/X-4</pdf-x-mode>
<pdf-vt-mode>PDF/VT-1</pdf-vt-mode>
and metadata for each page:
{code}
<pdf:vt>
<pdf:dictionary key="DPM/CIP4_Root/CIP4_Production/CIP4_Part">
<pdf:string key="CIP4_ProductType">frontpages</pdf:string>
</pdf:dictionary>
</pdf:vt>
{code}
> PDF VT and Page Piece support
> -----------------------------
>
> Key: FOP-2456
> URL: https://issues.apache.org/jira/browse/FOP-2456
> Project: Fop
> Issue Type: Improvement
> Reporter: simon steiner
> Assignee: simon steiner
>
> Professional printers can use PDFVT or PDF Page Piece to control things like
> what printer tray is used or cache pdf objects in memory for performance.
> PDFVT needs in fop.xconf
> <pdf-x-mode>PDF/X-4</pdf-x-mode>
> <pdf-vt-mode>PDF/VT-1</pdf-vt-mode>
> and metadata for each page in fo:
> {code}
> <pdf:vt>
> <pdf:dictionary key="DPM/CIP4_Root/CIP4_Production/CIP4_Part">
> <pdf:string key="CIP4_ProductType">frontpages</pdf:string>
> </pdf:dictionary>
> </pdf:vt>
> {code}
> Page Piece only needs fo metadata for each page in fo:
> {code}
> <pdf:pagepiece>
> <pdf:dictionary key="IBM-ODIndexes/Private">
> <pdf:string key="Cname">BUD</pdf:string>
> </pdf:dictionary>
> </pdf:pagepiece>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)