I am generating a HTML page from a J2EE application that contains Labels to use for printing addresses on envelopes. This just consist of a straight HTML.
The user wants to be able to copy and paste from the web page into a MS Word Template (see Letter Template
However when copy and pasted all the text is squashed into the 1st labels box. Is there a way I can structure my HTML so that when it is paste into Word it get split across each box.
Or is my only option to generate a PDF or MS word document from Java manually.