F
Felipe Garcia
I've created one application in C# that generate multiple templates. The
problem is, if i generate the templates one by one, everything works fine,
but when i need to generate multiple templates at once, here comes my
headache. When i generate all the templates and begin to merge all of them
into only one document, the templates losing it's formats such tables,
fonts, and the most important format of them margin and font. I'm doing this
selecting all of the document content, copying and pasting on the final doc.
Before this i've tried to use the inser file method, it almost works, in
this case the templates lose only its margin.
By the way what i need to do is generate multiple docs at once, and before
merge all of them into one final doc. Regarding of each template has your
page format.
How can i accomplish this ?
Thanks
problem is, if i generate the templates one by one, everything works fine,
but when i need to generate multiple templates at once, here comes my
headache. When i generate all the templates and begin to merge all of them
into only one document, the templates losing it's formats such tables,
fonts, and the most important format of them margin and font. I'm doing this
selecting all of the document content, copying and pasting on the final doc.
Before this i've tried to use the inser file method, it almost works, in
this case the templates lose only its margin.
By the way what i need to do is generate multiple docs at once, and before
merge all of them into one final doc. Regarding of each template has your
page format.
How can i accomplish this ?
Thanks