| java.lang.Object embedding.ExampleFO2RTF
ExampleFO2RTF | public class ExampleFO2RTF (Code) | | This class demonstrates the conversion of an FO file to RTF using FOP.
Please note that this is practically the same as the ExampleFO2PDF example. Only
the MIME parameter to the newFop() method is different!
|
convertFO2RTF | public void convertFO2RTF(File fo, File rtf) throws IOException, FOPException(Code) | | Converts an FO file to a RTF file using FOP
Parameters: fo - the FO file Parameters: rtf - the target RTF file throws: IOException - In case of an I/O problem throws: FOPException - In case of a FOP problem |
main | public static void main(String[] args)(Code) | | Main method.
Parameters: args - command-line arguments |
|
|