-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addHtml() inconsistency across various export formats #2232
Comments
Hi @sirfragalot, sorry to fish you out like that out of nowhere. If I'm not mistaken you also deliver hyperion via docker and recently there has been a newer version but eventhough tags in the docer of your container say latest or 2.0.13, once you install container it still is 2.0.12 from November. Is there any chance you could fix that somehow. I really really was looking forward for the latest version from your container repo. And sorry for off topic! |
Hi, I'm afraid you are mistaken. I have nothing t do with hyperion. |
Hi @sirfragalot , I'm so sorry then. I took in account that this might be a case but risked it and asked anyhow. Wish you a pleasent week! Cheers! |
just discovering your issue after i posted mine : if you remove the enclosing |
Facing the same issue, I wanted to export HTML generated by TinyMCE to ODT format, lists ( Actual and only working solution: export to DOCX format. |
Describe the Bug
Inconsistency in exporting HTML to various output formats.
I develop the WIKINDX bibliographic management software that has a word processor in it which uses TInyMCE. Currently we export the word processor output to RTF using code we developed ourselves (so can appreciate the difficulties). We'd like to export to more formats such as DOCX and ODT so I decided to give PHPWord a go. Unfortunately, the results are not yet usable as exporting HTML to RTF, DOCX and ODT gives wildly different results.
A related issue is the documentation. For example, a search on 'addhtml' produces no results and I only came across addHtml quite by chance looking through the bug reports here. It seems there is a lot of (important) PHPWord functionality simply not documented. (Yes, I know from experience, free and open source software relies on the kindness of strangers.) I mention this because the inconsistency I note might be solved by some method/setting that I cannot find in the documentation.
Steps to Reproduce
The following code uses HTML output by TinyMCE to export to DOCX, RTF, and ODT.
Expected Behavior
Consistent and accurate export across the three outputs.
Current Behavior
Inconsistent and innacurate export accross the three outputs.
Context
Please fill in your environment information:
Regards,
Mark
The text was updated successfully, but these errors were encountered: