Skip to content
#

docx

Here are 540 public repositories matching this topic...

DeanStra
DeanStra commented May 14, 2022

Hi I'm new to posting on Github so apologies for breaking any conventions and feedback appreciated!

I have some code which converts a pdf using python-pdf2docx using the following code

from pdf2docx import parse
pdf_file = 'A.pdf'
docx_file = 'Output_A.docx'
# convert pdf to docx
parse(pdf_file, docx_file, start=0, end=None)

and then adds text to the tables using python-docx

bug good first issue question

Improve this page

Add a description, image, and links to the docx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docx topic, visit your repo's landing page and select "manage topics."

Learn more