We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Guys,
I have a list of object and I want to print each object printed separately one after another in loop.
For Example, List<> persons; // consider this has list Persons with Name , Address (Nested object) , Phone number.
And I am looking to create a single Docx , Note that, In template there should be only on person info band, as List of Persons can be of any size.
I don't see any example for such scenario. Is that even possible, looping object and printing one after another with same template?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Please let me know if it is possible with Yarg
Sorry, something went wrong.
No branches or pull requests
Hi Guys,
I have a list of object and I want to print each object printed separately one after another in loop.
For Example,
List<> persons; // consider this has list Persons with Name , Address (Nested object) , Phone number.
And I am looking to create a single Docx ,
Note that, In template there should be only on person info band, as List of Persons can be of any size.
I don't see any example for such scenario. Is that even possible, looping object and printing one after another with same template?
Thanks in advance.
The text was updated successfully, but these errors were encountered: