You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
Hi , Phil Gale, thanks for your job, I'd very like your work, I use your docx package in one of my project, but now I found an issue.
If there is a paragraph with a link in the text, after processing, the link text will sometimes be discharged to the front, sometimes the string will be truncated.
I try to solve this problem, but this is a bit difficult for me. test.docx
Can you help me check this question?
thanks again.
The text was updated successfully, but these errors were encountered:
Part 1) The hyperlink was handled, then standard text runs. Aparently in all of my word files I parse through hyperlinks always came first so never came accross that one before! I have a fix prepared where it just deals with each DomElement in order... Will be sorted soon.
Part 2) The word parser handles links when the text is the same as the link... I've had a look and found how external links are handled though, Word aparently makes a new entry in the document.xml.rels for hyperlinks that i will need to pull data from.
Thanks for the report will have fixes in the repo in the next day or so.
Hi , Phil Gale, thanks for your job, I'd very like your work, I use your docx package in one of my project, but now I found an issue.
If there is a paragraph with a link in the text, after processing, the link text will sometimes be discharged to the front, sometimes the string will be truncated.
I try to solve this problem, but this is a bit difficult for me.
test.docx
Can you help me check this question?
thanks again.
The text was updated successfully, but these errors were encountered: