Hi guys
I'm using the convert() method to convert an html file to an rtf. Very simple code, looks like this:
jodDocumentConverter.convert(inputFile, outputFile)
However, although on the converted rtf there is a respectable margin on the left, on the right the text doesn't wrap until it almost reaches the right-hand edge.
So, how do I set page margins on the converted file?
I'm guessing it's something to do with either the setDefaultLoadProperty() method or the outputFormat argument on the convert() method.
Can anyone advise?
Thanks,