hello,
we are using a linq reporting template to insert emf image (using image tag in the template, the object bound contains a System.Drawing.Image property).
if we save our emf into files (basically save the image property into a file), their size is about 50kbytes. when we use aspose to generate the word document, and then unzip the word file, the emf files are 200 kBytes.
As we are trying to insert 1000 images the size of the word document is really too big. This is a blocking issue for us.
Thanks for your help