Skip to content Skip to sidebar Skip to footer

Converting HTML Markup To A RTF Document

I have an XML document containing embedded HTML content that I am attempting to convert to an RTF output file. I have the XML elements decorated with
  • ,

    ,

    Solution 1:

    The best free conversor is the LibreOffice, and it can be used directly by command line at termimal, see

    libreoffice --convert-to
    

    The same conversor is indirectally called by Python using UNO bridge,


  • Post a Comment for "Converting HTML Markup To A RTF Document"