Page 1 of 1

Convert docx to pdf ?

PostPosted: Wed May 10, 2017 6:42 am
by ClementCvl
Hi,

I need to convert a PDF with table, picture and header/footer into docx, there is a way to do it "easy" with docx4j ? When I say easy, I mean a way which doesn't require many operation like create a docx template and replace the key by the value.

Thank's

Re: Convert docx to pdf ?

PostPosted: Wed May 10, 2017 7:35 am
by jason
Converting docx to PDF you can do with docx4j

Converting PDF to docx isn't easy, sorry. I looked at it some years ago, using PDFBox to extract the PDF contents.

If you wan't an easy out of the box solution for PDF to docx, you'll need to look elsewhere.