Hi Jason,
I've been trying to delete theses spaces from my document for each paragraph.
I tried Option 1 without success. I tried to do a replace in my code each w:after="200" by 0 but it didn't work.
I couldn't find the xml file to modify (since I use the jar directly).
For the last option, I can't define the paragrpah added since I use a HTML automaticaly generated to a xhtml (you might have seen a recent post of something similar in an other forum).
Could you help me for the Option 2? I think it would be the easiest and best solution since I want to delete theses spaces everywhere, everytime.
Thank you
EDIT :
I managed to go through Option 2 and change the styles.xml and set w.after to 0, 1 or 20000, but it had no effect, unlike w:line that show a real change when value is modified.
I guess I'm near the solution, but I must have missed something.