Functionms_mergefile

Defined in: pbwbullzip

public subroutine ms_mergefile (string arg_file)

Comment:
PDF Merge Settings
Specifies a PDF file name if you want to merge the current output with an existing PDF file.


Script:
public subroutine ms_mergefile (string arg_file);
i_PBbullzip.setvalue("MergeFile",arg_file)
end subroutine