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


Example of editing a printer definition

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

Example of editing a printer definition

On the ISPF panels, the transform filters are specified in the Processing section of the printer definition. If the printer definition uses a Processing component, you can create a new component or specify a custom value.

Figure 12 shows an example of a portion of the ISPF panel for the Processing section of a printer definition. Changed text is in bold.

Figure 12. Example of ISPF panel for printer definition processing
Edit                               Processing                                  
                                                                               
Printer definition name . AFP_TO_PDF_EMAIL

Document code page . .                  
Printer code page. . . IBM-1047        
                                                                               
Supported Data Formats and Associated Filters:                                 
Data format:   Filter:                                                         
/ Line data    afpxpdf.dll -c us %filter-options                      (extend) 
/ MO:DCA-P     afpxpdf.dll -c us %filter-options                      (extend) 
_ PostScript   ______________________________________________________ (extend) 
/ Text         aopfiltr.so                                            (extend) 
_ PCL          ______________________________________________________ (extend) 
_ PDF          ______________________________________________________ (extend) 
_ SAP          ______________________________________________________ (extend) 
/ XML          afpxpdf.dll -c us %filter-options                      (extend) 
_ TIFF         ______________________________________________________ (extend) 
_ JPEG         ______________________________________________________ (extend) 
_ Other        ______________________________________________________ (extend) 
                                                                               
_ Resubmit for filtering                                                       
                                                                               
Transforms:                                                             
   Fail on error . . . . _  1. No  2. Error  3. Warning                        
   Trailer error page. . _  1. No  2. Error  3. Warning                        
                                                                               
AFP to PDF Transform Encryption:                                               
   User identifier . ________________________________________________ (extend) 
   Owner identifier. ________________________________________________ (extend) 
   Encryption level  1  1. Low (40-bit key) 2. High (128-bit key)              
   Protected actions:                                                          
      Restrict print. . . 2  1. Yes  2. No                                     
      Restrict copy . . . 2  1. Yes  2. No                                     
      Restrict update . . 2  1. Yes  2. No                                     

Figure 13 shows an example of a printer definition in a PIDU command file.

Figure 13. Example of a printer definition in a PIDU command file. Changed text is in bold.
create printer AFP_TO_PDF_EMAIL
   printer-codepage = IBM-1047
   filters = {
      line -> "afpxpdf.dll -c us %filter-option"
      modca -> "afpxpdf.dll -c us %filter-option"
      xml -> "afpxpdf.dll -c us %filter-options"
      text -> aopfiltr.so
   }
   printer-type = ip-printway
   protocol-type = email
   output-class = O
   failure-retention-period = 0024:00:00
   mail-to-addresses = {
      "pdfviewer@xyz.com"
   }
   mail-from-name = AFPXPDF transform
   destination = PDFMAILX
   description = Convert AFP to PDF and email
   dcf-routing = yes
   pdf-encryption-level = bits40
;

Note:
After editing the PIDU file, run the pidu command to create the printer definition in the Printer Inventory.
Related information:
  1. For more information about the PIDU program, see "Using the PIDU program to manage the Printer Inventory" in z/OS Infoprint Server Operation and Administration
  2. For more information about NetSpool printer LUs, see "Specifying the NetSpool printer LU name" in z/OS Infoprint Server Operation and Administration.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014