unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)

Home Page:https://unidoc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a function of converting PDF files to word files[FEATURE]

rommer-luo opened this issue · comments

Is there a function of converting PDF files to word files

Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized, other issues go into our backlog where they are assessed and fitted into the roadmap when suitable. If you need to get this done, consider buying a license which also enables you to use it in your commercial products. More information can be found on https://unidoc.io/

@rommer-luo This is not supported at the moment. We have capability to extract text, and the text can be written to docx with UniOffice. The challenge would be to get shapes, tables, paragraphs into the proper document models to be able to work with it properly.