ONLYOFFICE-QA / ooxml_parser

Ruby OOXML Parser
GNU Affero General Public License v3.0
86 stars 22 forks source link

[7.5] Parsing `Pr` is difficult because additional tags are added #1215

Open askonev opened 1 year ago

askonev commented 1 year ago

Here's a comparison in the collected documents on the different versions

image

Accordingly, on 7.5 ooxml parser does not display properties

line line_rule

Which are present in the document

image

askonev commented 1 year ago

74.docx 75.docx

askonev commented 1 year ago

The indentation (ind) is also written to the Style. But access to the attributes written in the custom style is unavailable. I think the problem is similar to the scenario above.

indantation_7.5.docx

image

askonev commented 1 year ago

Also, if we set borders for paragraph obj, we have a bug when parsing the pBrd property

image

image

borders_7.5.docx borders_7.4.docx