-
Notifications
You must be signed in to change notification settings - Fork 83
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
Can't convert doc to html #5
Comments
Could you share the document? It doesn't seem to be a generalproblem. |
@regebro i have the same issue with a pptx file. |
I can force with: |
@lublak Libreoffice sees presentations as a graphical format, and html as document format, so there wouldn't be much to convert at all. It can only do useful conversations of presentations to PDF, IMO. What is it you are attempting to do? |
I try to export presentation as full web pages. (And that automatically in the background.) It is possible to convert a presentation to a complete html page via the interface. So LibreOffice already has the possibility. Only how it looks like via the command line I do not know. |
Yeah, that includes defining export formats, etc, which I don't know how to do. It's possible it can be done if we implement support for filter flags, but I'm not sure even then. If you can figure out how to do it with LibreOffice from the command line, I can look at implementing support for that. |
Hi @regebro, first of all thanks a lot for your great work with this package! We are having the same issue when using unoconvert to convert Executing
We can do it with LibreOffice from the command line with the following command: This produces the following output on the cli: It looks like there is an issue when figuring out the correct filter in unoserver/src/unoserver/converter.py Line 87 in 3e30d67
EDIT: unoserver/src/unoserver/converter.py Line 183 in 3e30d67
filtername = "HTML (StarWriter)"
Could you please have a look at this? Can this filter be added? Thanks! |
Can be solved with #59 |
hi, I test unoconvert with libreoffice7.1.7
unoconvert 97html转换文档.doc 977.html
cause an error:
but i can do
libreoffice --headless --convert-to html html转换文档.doc
succeed.The text was updated successfully, but these errors were encountered: