Copy link to clipboard
Copied
Does anyone know of an application that will convert a PHP webpage created in Dreamweaver and convert it to a Microsoft Word document?
There are many references to convert doc/docx to html/php but none that go the other direction.
Copy link to clipboard
Copied
Does anyone know of an application that will convert a PHP webpage created in Dreamweaver and convert it to a Microsoft Word document?
There are many references to convert doc/docx to html/php but none that go the other direction.
Copy link to clipboard
Copied
I used it many times and depending on word complexity (vba° it does a quite good job
Copy link to clipboard
Copied
youps, sorry I forgot the link
GitHub - PHPOffice/PHPWord: A pure PHP library for reading and writing word processing documents
Copy link to clipboard
Copied
I've gone through the GitHub PHPOffice website and $399 is far out of my budget.
Another suggestions would be appriciated.
Copy link to clipboard
Copied
I prehaps missed a step, where the 399 is indicated ?
PHPWord/LICENSE at develop · PHPOffice/PHPWord · GitHub
I'm certainly didn't updated the last libs, I never had to pay anything ?
Copy link to clipboard
Copied
What are you hoping to do with this once you've converted it? Honestly, HTML doesn't translate all that well to MS Word. You might have better results If you open your online site in a browser like Firefox and go to File > Print > print to PDF. At least with PDF, most of the layout and images are preserved even if the animation, interactivity and CSS styles are lost.