Skip to content

Read and rewrited word2007 document and original document have a lot of differents #620

@dmitryfar

Description

@dmitryfar

When I read docx and then save it, it doesn't look like original document. It has no equal styles for text block and tables and there are new line breaks.
Example with simple tables:

    $objReader = \PhpOffice\PhpWord\IOFactory::createReader('Word2007');
    $phpWord = $objReader->load("with_table_macros.docx");

    $phpWord->save("re_with_table_macros.docx");

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