PavelS0 / docx_template_dart

A Docx template engine
Apache License 2.0
40 stars 20 forks source link

Generated file becomes corrupted with multiple images (question?) #9

Closed drvnm closed 3 years ago

drvnm commented 3 years ago

https://stackoverflow.com/questions/66770150/dart-generated-docx-file-gets-corrupted

I have left this question, i dont know if it is an issue with my code or with the package and i would appriciate it if someone could take a look at it.

drvnm commented 3 years ago

after trying some things i noticed that when i set more then one label to img the file corrupted, what am i supossed to do if i want more than 1 image?

shalika-97 commented 3 years ago

same here :(. Do you find a solution?

drvnm commented 3 years ago

@shalika-97 sadly i havent ;/ ive also noticed that the tags which dont get filled get deleted on generation. please do let me know if you found a solution

PavelS0 commented 3 years ago

Fixed in a864546

drvnm commented 3 years ago

@PavelS0 ok thanks that works now, but the tags which dont get filled get deleted, what is the fix for this?