PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.23k stars 2.69k forks source link

Please document if and how is possible to convert a docx into a PDf #2242

Open realtebo opened 2 years ago

realtebo commented 2 years ago

This is a feature/doc/issue request. not an how to.

Is not clear if is possible at all to convert a docx into a pdf

Jack-ST94 commented 2 years ago

Conversion is possible, but VERY limited (you will lose almost all of the styling);

If you are desperate for a docx to pdf conversion tool, you can use libreoffice to convert documents from the command line.

realtebo commented 2 years ago

Sad, but thanks for reply

rindrasakti commented 1 year ago

I'm still hope that it can be done with this awesome library..

LeftToast commented 1 year ago

I use cloudmersive ConvertDocumentApi

it would be nice to do it all Template -> docx -> PDF all with one library, but it doesn't seem like this is a priority.