You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "simon steiner (JIRA)" <ji...@apache.org> on 2015/03/12 11:16:40 UTC

[jira] [Commented] (FOP-2456) PDF VT and Page Piece support

    [ https://issues.apache.org/jira/browse/FOP-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358438#comment-14358438 ] 

simon steiner commented on FOP-2456:
------------------------------------

Added:
http://svn.apache.org/viewvc?view=revision&revision=1666114
http://svn.apache.org/viewvc?view=revision&revision=1666117

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