PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.28k stars 2.7k forks source link

Word2007 Reader : Support for FormFields #2653

Closed Progi1984 closed 3 months ago

Progi1984 commented 3 months ago

Description

PHPWord had the option to create and write FormFields (checkbox, textinput and dropdown). This pull requests add the functionality to read those fields into the PHPWord model

Fixes #2281

Superseeds #2282 by @vincentKool

Checklist:

coveralls commented 3 months ago

Coverage Status

Changes unknown when pulling 69d786246d082fb51b85f8033f73aa3bd74a99e2 on pr2282 into on master.

Progi1984 commented 3 months ago

Thanks @vincentKool for your contribution