Hi
I'm trying to convert a docx file to pdf with tab spaces between words but when i have more then one tab between words in the docx file the pdf file only outputs a one tab between the words instead of the 1+ tabs that i input. I have debugged the JAXB graph to find that the run nodes within a paragraph node hadeach a single element either a text node or a tab node. I created a test where I created a run node which contained more than one element (text and tabs). This produced the correct output. I have attached a pictures of the graph that was giving me the errors and the graph that i created. If anyone could help i would really appreciate it.
Examlpe:
docx: with three tab spaces
hello Jim
pdf:
hello Jim
Thannks
Shino