ArtifexSoftware / pdf2docx

Open source Python library for converting PDF to DOCX.
https://pdf2docx.readthedocs.io
GNU Affero General Public License v3.0
2.46k stars 356 forks source link

Table formatting #265

Closed richa27gpt closed 2 weeks ago

richa27gpt commented 7 months ago

Dear developer, please add more features for table formatting in the document. I am struggling to find a solution for it (Issue #238). Thanks.

greendreamer commented 2 weeks ago

Hi @richa27gpt , it is impossible in pdf2docx for now. it needs some effort because pdf2docx is using pytho-docx and there are not necessary apis in python-docx.