Skip to content

How can I read the special Special characters in .docx? #826

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

Closed
LYUYork opened this issue May 22, 2020 · 6 comments
Closed

How can I read the special Special characters in .docx? #826

LYUYork opened this issue May 22, 2020 · 6 comments

Comments

@LYUYork
Copy link

LYUYork commented May 22, 2020

relate to Feature: Add Bookmark #425
such as
'''
 xxxx #corss or stick in box
 xxxx #blank box
'''
the font is "Wingdings 2"
image

how can I know which sentence is marked? thanks

@LYUYork
Copy link
Author

LYUYork commented May 22, 2020

I had try .run .font .style, but failed

@LYUYork
Copy link
Author

LYUYork commented May 25, 2020

copy the charater to notepad++, it read as '0'(blank box) and '1'(corss in box).

@LYUYork
Copy link
Author

LYUYork commented May 25, 2020

Look! It's a widget like checkbox

@LYUYork LYUYork closed this as completed May 30, 2020
@zhuwansu
Copy link

zhuwansu commented Jan 8, 2021

Look! It's a widget like checkbox
i have the same problem with you , can you tell me how can i solve it ? thank you very much~! @LYU2026

@zhuwansu
Copy link

zhuwansu commented Jan 8, 2021

my string like this :
þ智联 þ前程无忧 ☐猎聘 ☐拉钩网 BOSS直聘 ☐其它网站
and i want get the special symbol checkbox that checked or not, @LYU2026

@LYUYork LYUYork reopened this Jan 10, 2021
@LYUYork
Copy link
Author

LYUYork commented Jan 10, 2021

you can copy the character to a new blank .docx, then read the file with python-docx, convert the paragraph to xml-dict and you will find some good idea.
such as https://github.com/python-openxml/python-docx/issues/425

@LYUYork LYUYork closed this as completed Jan 10, 2021
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

2 participants