pqzx / html2docx

Convert html to docx
MIT License
69 stars 49 forks source link

Release Latest Version, so we can use paragraph_style support #47

Open NevGibson opened 2 years ago

NevGibson commented 2 years ago

Hi, I love this library and it is really helping on a project we are working on. However, I was puzzled by why setting the paragraph_style property on the renederer wasn't working.

We have installed this package via PyPi and It turns out that the pull request to do with the paragraph_style stuff happened aftter the 0.0.6 release, which is the latest release on PyPi, so the version we are getting doesn't have that feature. As such the documentation doesn't match the version we are getting.

Is it possible to push another release, so we can use this feature.

Thanks so much for this amazing tool, and your consideration.