[ROOT] --> C-Client

function PEBurstReport

Call BurstReport custom function.

Source:
Include\pcreapi.h

Parameters:
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.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PEBurstReport( PEHANDLE hServer,
                              const char* inputFile,
                              const char* outputFolder,
                              const char* separator,
                              BOOL useDistiller );

Copyright (c) 2000 Dynalivery Corp.