At 04:10 PM 2/3/2008, Bernard Lis wrote:

vResult = Control File Not Found
What is the "control file" and why can't it be found?
This used to work. Any help will be appreciated.


If it used to work, what has changed since. You are the
only one who knows.

Review your code and verify the file name and path used
for "DOC_LIST_FILE" option.

Example:

   -- Start here ..
   SET VAR vResult TEXT = NULL
   PLUGIN RPDFMerge.RBL 'vResult +
   |ACTION MERGE +
   |DOC_LIST_FILE PDFFilesToMerge.LST +
   |OUTPUT_FILE OneBigMergedFile.PDF +
   |OPEN_AFTER_SAVE ON +
   |AUTHOR your text here +
   |TITLE Test Document +
   |SUBJECT Merged PDF Documents +
   |KEYWORDS R:BASE, R:PDFMerge, PLUGIN +
   |CREATOR R:BASE Technologies, Inc.'
   RETURN
   -- End here ...

Where PDFFilesToMerge.LST is the control file, placed
in the same folder, with a list of files to merge.

Very Best R:egards,

Razzak.


Reply via email to