Skip to content

List item values are missing from docx file while convert as HTML file #1462

@vschavala

Description

@vschavala

/* Here is my code*/

$PHPWord = new \PhpOffice\PhpWord\PhpWord();

$PHPWordLoad = \PhpOffice\PhpWord\IOFactory::load($file);

$objWriter = \PhpOffice\PhpWord\IOFactory::createWriter($PHPWordLoad, 'HTML');

$tmpfname = public_path('doczipfiles/temp.html');

$htmlWriter ->save($tmpfname);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions