pqzx / html2docx

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

Update h2d.py #26

Open rogelio-basurto opened 2 years ago

rogelio-basurto commented 2 years ago

Used a formatter: yapf.

Also, fixed a bug in the links section. If does not had an 'href', it had problems.

Also, changed the table creation, so checks the max number of columns, when you have merged elements.

Added a fix in the color elements in case it has some trash (I got an html with \n all over).

sanjass commented 1 year ago

I also encountered issues in cases where href is missing from <a> tags, I believe this PR will address that. @pqzx can the PR be reviewed and merged?

vikramsoni2 commented 6 months ago

The issue still persists. And the maintainers are holding on to it merge for more than a year