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

When creating a MTable from HTML we should compute each column width. #525

Open
ylussaud opened this issue Sep 5, 2024 · 0 comments
Open

Comments

@ylussaud
Copy link
Collaborator

ylussaud commented Sep 5, 2024

This would allow to add a CTTblGrid to the created XWPFTable. This is mandatory for pdf conversion (see #357) and would probably reduce rendering differences when opening generated documents with LibreOffice. This is probably not an easy task since it will require to compute the size of the content of each cell and probably adapt it to the size of the containing table or page and apply the width policy.

NOTE: a width attribute has already been added to MCell see #472.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant