Hi Everybody, I am developing one aplication that receive as input a HTML file and convert it to three different formats DOC, RTF and PDF. But the file or document generated loose the original document format, for instance, the kind of Font change or if the docuemnt has a text centered it change to the right or left. Could someone tell me what should I do to keep text format?
I am using: documentProperties[1].Value = "Rich Text Format"; documentProperties[1].Value = "writer_pdf_Export"; documentProperties[1].Value = "MS Word 2003 XML"; -- View this message in context: http://www.nabble.com/Convert-HTML-file-to-WORD%2C-PDF-and-RTF-tf2081116.html#a5733521 Sent from the openoffice - api dev forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
