There's not really any PCL editors "out there". We have a program called PCLCodes which is used for debugging/learning PCL applications. It comes with PCLWorks, which can view or convert PCL into other formats. And, IMG2PCL program is also included to create inline, full page overlays and placeable logo macros.
We also have PCLTool SDK - Option V, which includes our Windows console program - PCLXForm.exe which uses its own powerful ASCII text script programming language. With our SDK, you can capture your PCL spool files and redirect it as input to PCLXForm. PCLXForm can then determine which document type has been input in order to process based on your rules - extract text to split/filename/index/route the output PDF or other file formats. But, in your case - it can also "stream edit" the PCL. Meaning it can intelligently edit the PCL "on-the-fly" by adding logos, forms, barcodes, OMR marks, etc. So, when it comes to "PCL editing" - what's "out there" comes down to PCLWorks for "do-it-yourselfers" or PCLTool SDK - Option V with a custom script for those with more complex stream editing requirements with PCL expertise and the willingness to learn our stream editing functions - or - have us write the custom script to your rules. Regards, Bob Pooley <author="J.Pietschmann"> Am 19.09.2011 13:03, schrieb Everson Rogério: > I'm generating PCL files with XML and XSL files using FOP-1.0 in Java. ... > 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? Short answer: don't try. There is no easy, documented way to get arbitrary stuff from the XML/XSLT source into the resulting PCL. You might have a look at one of the PCL editors out there for post-processing. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- View this message in context: http://old.nabble.com/Help-PCL---FOP-tp32494067p32827721.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
