[go: nahoru, domu]

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

Docx reader: handle table column relative widths #9837

Open
jgm opened this issue Jun 2, 2024 · 1 comment
Open

Docx reader: handle table column relative widths #9837

jgm opened this issue Jun 2, 2024 · 1 comment

Comments

@jgm
Copy link
Owner
jgm commented Jun 2, 2024

These should be easy to extract from the

      <w:tblGrid>
        <w:gridCol w:w="2337"/>
        <w:gridCol w:w="2337"/>
        <w:gridCol w:w="2338"/>
        <w:gridCol w:w="2338"/>
      </w:tblGrid>

element which is a direct child of w:tbl.

The only complication is that we don't know the page width, so we may need to guess a bit.

@jgm jgm added the enhancement label Jun 2, 2024
@jgm
Copy link
Owner Author
jgm commented Jun 2, 2024

Also, we should have some mechanism for determining when a table is "simple" and should have no embedded width information. I'm not quite sure how to do that in a docx context.

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

1 participant