Open
Description
This is:
- a bug report
- a feature request
- not a usage question (ask them on https://stackoverflow.com/questions/tagged/phpword)
Expected Behavior
when i transed docx to html, i except the image size to stay the same.
Current Behavior
image in html displayed orginal size and lose the scale attr setted in docx
Failure Information
no
How to Reproduce
$phpWord = \PhpOffice\PhpWord\IOFactory::load('/test2.docx');
$htmlWriter = new \PhpOffice\PhpWord\Writer\HTML($phpWord);
$htmlWriter->save('/test1doc.html');
Context
- PHP version: 5.3
- PHPWord version: 0.16
Metadata
Metadata
Assignees
Labels
No labels