MailMerger class

MailMerger class

Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations.

Inheritance: MailMergerProcessor

Methods

NameDescription
create(context)Creates new instance of the mail merger processor.
execute(input_file_name, output_file_name, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_file_name, output_file_name, save_format, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_file_name, output_file_name, save_format, field_names, field_values, mail_merge_options)Performs a mail merge operation for a single record.
execute(input_file_name, output_file_name, save_options, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_file_name, output_file_name, save_options, field_names, field_values, mail_merge_options)Performs a mail merge operation for a single record.
execute(input_stream, output_stream, save_format, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_stream, output_stream, save_format, field_names, field_values, mail_merge_options)Performs a mail merge operation for a single record.
execute(input_stream, output_stream, save_options, field_names, field_values)Performs a mail merge operation for a single record.
execute(input_stream, output_stream, save_options, field_names, field_values, mail_merge_options)Performs a mail merge operation for a single record.
execute()Execute the processor action.
(Inherited from Processor)
execute_to_images(input_file_name, save_options, field_names, field_values)Performs a mail merge operation for a single record and renders the result to images.
execute_to_images(input_file_name, save_options, field_names, field_values, mail_merge_options)Performs a mail merge operation for a single record and renders the result to images.
execute_to_images(input_stream, save_options, field_names, field_values)Performs a mail merge operation for a single record and renders the result to images.
execute_to_images(input_stream, save_options, field_names, field_values, mail_merge_options)Performs a mail merge operation for a single record and renders the result to images.
from_file(input)Specifies input document for processing.
(Inherited from Processor)
from_file(input, load_options)Specifies input document for processing.
(Inherited from Processor)
from_stream(input)Specifies input document for processing.
(Inherited from Processor)
from_stream(input, load_options)Specifies input document for processing.
(Inherited from Processor)
to_file(output)Specifies output file for the processor.
(Inherited from Processor)
to_file(output, save_options)Specifies output file for the processor.
(Inherited from Processor)
to_file(output, save_format)Specifies output file for the processor.
(Inherited from Processor)
to_stream(output, save_options)Specifies output stream for the processor.
(Inherited from Processor)
to_stream(output, save_format)Specifies output stream for the processor.
(Inherited from Processor)
to_streams(output, save_options)
(Inherited from Processor)
to_streams(output, save_format)
(Inherited from Processor)

See Also