Conversation
…cess docx with many more scripts
|
Thank you for the contribution, I will check it and try to merge if it's alright! |
|
Hi! I think that manually adding BREAK tag somewhere in a document is a hack and it gives bad user experience. That is, if you are new library user, you won't know this, and just think it's malfunctioning. I think I can invent a way to avoid error "Method code too large!" without it, with your example to reproduce. |
DocxTemplateBulk success test DocxTemplate fail test (expected runtimeexception)
@snowindy An alternative would be to process the document in parts in a way that is transparent to the client of the library. But this leads to the problem of knowing where to make the cut without breaking any scriptlet. At the moment this hack is being used productively in several documents, many larger than the test file, without drawbacks |
With this template engine, the library can process docx with many more scripts
Fix #21