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
By reading the code you submitted, I can see you are creating a docx and then trying to parse the sections/paragraphs/Pictures.
But if you create a docx, it will be empty, so it's normal that it contains only 1 section, along with no paragraph/picture.
i test a docx with only 3 pictures
but Sections.count=1, Paragraphs.count=0, document.Pictures.count=0, so i can not read picture.
can you help me?
spire.doc works fine
The text was updated successfully, but these errors were encountered: