wrklst/docxmustache

Cannot process file

aramirez92 opened this issue · 1 comments

$this->AddContentType('jpeg');

I've commented this line to fix no processing file.

I would definitely not comment this out. Have you done some debugging to understand why you get the processing error? By default just accepting the image in the format you receive is not good practice and will not make it into this class. If anything this could be rewritten to reformat the image into any docx compatible format. Thanks