Skip to content

setImageValue added image doesn't have common image properties #2603

Open
@mohammedsiraj

Description

@mohammedsiraj

The image added through setImageValue using TemplateProcessor is not showing image properties as image with png or jpg so am not able to convert it to pdf using other libraries such as unoconv

<?php
$document = new \PhpOffice\PhpWord1\TemplateProcessor($docx_temp_file_path);
 $document->setImageValue('image', 'path to image');
  • PHP Version:5.6
  • PHPWord Version:1.2.0
    Screenshot (15)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions