IBM Print Transforms from AFP for Infoprint Server for z/OS
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Example of creating new transform entries in aopxfd.conf

IBM Print Transforms from AFP for Infoprint Server for z/OS
G325-2634-02

Example of creating new transform entries in aopxfd.conf

To create new transform entries for the APF to PDF transform in file aopxfd.conf for Print Transforms from AFP:

  1. Copy all the afp2pdf entries in the aopxfd.conf file.
  2. In the copied entries, change afp2pdf to afpxpdf.
  3. (Optional) Comment out the environment variables that Print Transforms from AFP does not support. Specify any new environment variables for Print Transforms from AFP.
  4. Save the file with both the afp2pdf and afpxpdf entries in the file.
  5. Stop and restart the Infoprint Server Transform Manager daemon (aopxfd) for the changes to take effect.

Figure 10 and Figure 11 show examples of an Infoprint Transforms from AFP entry and a Print Transforms from AFP entry.

Figure 10. Example of an Infoprint Transforms from AFP entry
## Infoprint Transforms from AFP entry: 
transform afp2pdf_us
 start-command = afp2pdfd
 min-active = 0
 max-active = 2
 maximum-idle-time = 300 # 5 minutes
 environment = {
   AOP_ANNOTATIONS -> no
   AOP_CHARS -> 60D9
   AOP_CUTSHEET -> no
   AOP_FLATE -> yes
   AOP_FONTLIB -> "sys1.font300"
   AOP_FONTMAP -> yes
   AOP_FORMDEF -> F1CP0110
   AOP_FORMDEFLIB -> "sys1.fdeflib"
   AOP_MSGFORMDEF -> F1CP0110
   AOP_MSGPAGEDEF -> P1P08682
   AOP_OVERLAYLIB -> "sys1.overlib"
   AOP_OUTLINES -> yes
   AOP_PAGEDEF -> P1P08682
   AOP_PAGEDEFLIB -> "sys1.pdeflib"
   AOP_PAGESEGLIB -> "sys1.pseglib"
   AOP_PAPER -> 
     "letter legal letter letter letter letter letter letter letter letter"
   AOP_TRAYID -> "1 1 1 1 1 1 1 1 1 1"
   _BPX_JOBNAME -> AFP2PDFD
 }
;

Figure 11. Example of a Print Transforms from AFP entry. Changed lines are in bold.
## Print Transforms from AFP entry: 
transform afpxpdf_us
 start-command = afpxpdfd
 min-active = 0
 max-active = 2
 maximum-idle-time = 300 # 5 minutes
 environment = {
   AOP_ANNOTATIONS -> no
   AOP_CHARS -> 60D9
   AOP_CUTSHEET -> no
   AOP_FLATE -> yes
   AOP_FONTLIB -> "sys1.font300"
   AOP_FONTMAP_TABLE -> /usr/lpp/Printsrv/samples/aokfontmap.samp
   AOP_FORMDEF -> F1CP0110
   AOP_FORMDEFLIB -> "sys1.fdeflib"
   AOP_MSGFORMDEF -> F1CP0110
   AOP_MSGPAGEDEF -> P1P08682
   AOP_OVERLAYLIB -> "sys1.overlib"
   AOP_OUTLINES -> yes
   AOP_PAGEDEF -> P1P08682
   AOP_PAGEDEFLIB -> "sys1.pdeflib"
   AOP_PAGESEGLIB -> "sys1.pseglib"
   AOP_PAPER -> 
     "letter legal letter letter letter letter letter letter letter letter"
   AOP_TRAYID -> "1 1 1 1 1 1 1 1 1 1"
   _BPX_JOBNAME -> AFPXPDFD
 }
;
Related information:
For information about how to edit the Infoprint Server transform configuration file, see "Editing the transform configuration file (aopxfd.conf)" in z/OS Infoprint Server Customization.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014