com.dynalivery.pcre
Class PCREPDFJobExportInfo

java.lang.Object
  |
  +--com.dynalivery.pcre.PCREJobExportInfo
        |
        +--com.dynalivery.pcre.PCREPDFJobExportInfo

public class PCREPDFJobExportInfo
extends PCREJobExportInfo


Fields inherited from class com.dynalivery.pcre.PCREJobExportInfo
destinationDLLName, destinationOptions, destinationType, formatDLLName, formatOptions, formatType
 
Constructor Summary
PCREPDFJobExportInfo()
          Construct export info for PDF.
PCREPDFJobExportInfo(java.lang.String pdfFileName)
          Construct export info for PDF.
PCREPDFJobExportInfo(java.lang.String pdfFileName, java.lang.String psFileName)
          Construct export info for PDF.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCREPDFJobExportInfo

public PCREPDFJobExportInfo()
Construct export info for PDF.

PCREPDFJobExportInfo

public PCREPDFJobExportInfo(java.lang.String pdfFileName)
Construct export info for PDF.
Parameters:
pdfFileName - The name of the PDF file to be generated.

PCREPDFJobExportInfo

public PCREPDFJobExportInfo(java.lang.String pdfFileName,
                            java.lang.String psFileName)
Construct export info for PDF.
Parameters:
pdfFileName - The name of the PDF file to be generated.
psFileName - The name of the PostScript file to be converted.