Hi group, I'm generating PCL files with XML and XSL files using FOP-1.0 in Java. Using PCLRenderer: Fop fop = fopFactory.newFop (MimeConstants.MIME_PCL,....)
It's good. Now, I need to insert more PCL commands in pcl file generated? For example, commands to choose the form that should be used, running macros and other things. Is it possible insert this commands in XML or XSL files? How I do this... Thanks. Everson