[ROOT] --> C-Client
Call BurstReport custom function.
| hServer | The handle to the custom server. Obtained from function PEGetCustomServer. |
| inputFile | The PostScript file to burst. |
| outputFolder | The output folder in which to generate burst files. |
| separator | The string to be used as a separator between subfiles. |
| useDistiller | TRUE if Distiller is to be used to generate PDF, FALSE otherwise. |
BOOL PCRE_API PEBurstReport( PEHANDLE hServer,
const char* inputFile,
const char* outputFolder,
const char* separator,
BOOL useDistiller );