0
votes
0answers
47 views

Reading arrows in a document [closed]

I have to generate a graph from the flow diagram drawn in any docx or pdf file. I chose docx file to read. I extracted it to XML files and now I am able to read the data in the textboxes but unable to ...
0
votes
0answers
131 views

Can't apply formatting to text with WordML

I'm having trouble applying any formatting to text whatsoever using wordml in an XSLT file. I'm new to this, so I might have made a silly mistake here. Anyway, the text appears no problem when I apply ...
1
vote
2answers
812 views

Line Breaks In CustomXMLPart

I'm updating a word document by rewriting the CustomXMLPart file. I've basically followed this tutorial: ...