Save This Page
Home » fop-0.95beta-src » embedding » [javadoc | source]
embedding
public class: ExampleObj2PDF [javadoc | source]
java.lang.Object
   embedding.ExampleObj2PDF
This class demonstrates the conversion of an arbitrary object file to a PDF using JAXP (XSLT) and FOP (XSL:FO).
Method from embedding.ExampleObj2PDF Summary:
convertProjectTeam2PDF,   main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from embedding.ExampleObj2PDF Detail:
 public  void convertProjectTeam2PDF(ProjectTeam team,
    File xslt,
    File pdf) throws TransformerException, IOException, FOPException 
    Converts a ProjectTeam object to a PDF file.
 public static  void main(String[] args) 
    Main method.