[ 
https://issues.apache.org/jira/browse/FOP-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner closed FOP-2456.
------------------------------
    Resolution: Fixed

> 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)

Reply via email to