Page 1 of 1
Muiltiple outputs
Posted: Mon 25 May 2015 13:52
by khh
Hello,
Is it possible to generate multiple files with different extensions from one template?
Thank you
Re: Muiltiple outputs
Posted: Mon 25 May 2015 18:07
by khh
It is possible.
output.Extension =""
Then put file name with extensions:
output.PushOutputRedirection ="File1.Extension1"
output.PushOutputRedirection ="File1.Extension2"
...
Re: Muiltiple outputs
Posted: Tue 26 May 2015 12:23
by Shalex
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)