Skip to content
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

HTML 2 docx: images and table borders problem #173

Closed
lyudmila-petrova opened this issue Dec 6, 2013 · 2 comments
Closed

HTML 2 docx: images and table borders problem #173

lyudmila-petrova opened this issue Dec 6, 2013 · 2 comments

Comments

@lyudmila-petrova
Copy link

Hi! I have a problem with html 2 docx conversion.

  1. Unoconv with LibreOffice 3.5 embeds images into docx file if src is a full system path, but no table borders.

Sample html:

<table border='1'>...

<img src='/var/www/full/path/to/image.png' ... />
  1. Unoconv with LibreOffice 4 do not embed images with full system path, but table borders work fine.

Is there a way to embed images and process table borders at the same time?

@dagwieers
Copy link
Member

Can you please try the latest unoconv from the master branch together with the latest LibreOffice ?

Thanks in advance !

@regebro
Copy link
Member

regebro commented Feb 19, 2019

No response, closing. We can reopen if needed.

@regebro regebro closed this as completed Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants