David wrote: ... >ResultCode = Shell.Run(commandline,,True) ' True = Wait for FOP to finish
If you use this method for a whole batch of transformations it's going to be inefficient because none of the objects get re-used. My latest plan is to write a small java class that will tranform a list of fo files using the same driver & renderer objects. It might even be possible to register this class as a COM object, which would be great. If it works & if you're interested... Regards, Tom
