You could "print" to a Word document, then use the special characters function to replace two paragraphs with one. In Word, a paragraph is "^p". So, if you replace "^p^p" with "^p", it should cut it down. It that doesn't work try ^l^l for ^l - those are lower-case Ls. They mean "Line break".