Miraplacid HelpDesk System Logged as: Guest - [Guest].
 FAQ Item:
  Summary  Miraplacid Publisher Post-Processing Feature
  Question  
  Answer With Miraplacid Publisher Manager you can setup Miraplacid Publisher to launch an application to handle the results of image generation process.
If you check Every page in Additional Parameters page, the application will be called for every generated page with a full filename of the generated image in a command line. If Every page checkbox is unchecked, Miraplacid Publisher will generate a special list file containing names of files generated during the print job, one filename per line. On a print job completion, post-processor will be called with a name of the list file in a command line.
For your convenience, special pseudo-variable $FILE$ is provided as a placeholder of a filename passed to processor in a command line.
For example, you can execute img2wp.exe, web presentation generator, using the following way:

"c:Program FilesMiraplacidPublisher3PostProcessorsimg2wp.exe" "c:Program FilesMiraplacidPublisher3PostProcessors emplate.html" "$FILE$"

Or, you can assing a viewer to open the result image for every page:

...viewer.exe -f$FILE$ ...

Notice that applications and files you use in post-processing should be specified with full path.
  Solved  1