| java.lang.Object embedding.MultipleFO2PDF
MultipleFO2PDF | public class MultipleFO2PDF (Code) | | This class demonstrates the conversion of multiple FO files to PDF using FOP.
The FopFactory is reused. Its configuration is applied to each rendering run.
The FOUserAgent and Fop are newly created by the FopFactory for each run.
The FOUserAgent can be configured differently for each run.
|
listen | public void listen()(Code) | | Listens on standard in for names of fo files to be transformed to pdf.
'quit' or the null string (for piped input) cause the listener to stop listening.
|
main | public static void main(String[] args)(Code) | | Main method. Set up the listener.
Parameters: args - command-line arguments |
|
|