Hello,
Is it possible to generate multiple files with different extensions from one template?
Thank you
Muiltiple outputs
Re: Muiltiple outputs
It is possible.
output.Extension =""
Then put file name with extensions:
output.PushOutputRedirection ="File1.Extension1"
output.PushOutputRedirection ="File1.Extension2"
...
output.Extension =""
Then put file name with extensions:
output.PushOutputRedirection ="File1.Extension1"
output.PushOutputRedirection ="File1.Extension2"
...
Re: Muiltiple outputs
Thank you for sharing your findings.
For more information:
1) refer to http://www.devart.com/entitydeveloper/e ... eloper.chm > the Template System Concepts section
2) check the predefined templates (like samples)
For more information:
1) refer to http://www.devart.com/entitydeveloper/e ... eloper.chm > the Template System Concepts section
2) check the predefined templates (like samples)