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
As you can see in the output, the break line node <a:br> was saved after the two lines <a:r> rather than between them.
That is the reason why multi line was saved into 1 line.
The text was updated successfully, but these errors were encountered:
test code
In the test.pptx, I have a slide which has two lines as its tile.
but the saved ppt always rendered to 1 line
I looked into the codes, we are using
xml2js.parseString to parse xml string to js obj.
and use xml2js.Builder to save js obj back to xml string
with below code, we can easily reproduce the issue:
The output is:
As you can see in the output, the break line node <a:br> was saved after the two lines <a:r> rather than between them.
That is the reason why multi line was saved into 1 line.
The text was updated successfully, but these errors were encountered: