Ignore:
Timestamp:
06/15/14 08:59:05 (10 years ago)
Author:
hkaulbersch
Message:

Automatic PDF Generation from .fo files now works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/generator/foToPdf.java

    r70 r72  
    1515import javax.xml.transform.stream.StreamSource; 
    1616 
     17 
     18 
    1719import org.apache.fop.apps.FOPException; 
     20import org.apache.fop.apps.Fop; 
    1821import org.apache.fop.apps.FopFactory; 
    19 import org.apache.fop.apps.Fop; 
    2022import org.apache.fop.apps.MimeConstants; 
     23 
    2124 
    2225public class foToPdf { 
    2326 
    24         public static void main(String args[]) throws IOException, FOPException, 
    25                         TransformerException { 
    2627 
    27                 createfoFromPdf("test1","test1"); 
    28         } 
    2928         
    3029        public static void createPdfFromFo(String fileName) throws IOException, FOPException, 
Note: See TracChangeset for help on using the changeset viewer.