View Single Post
  #4  
Old 02-07-2023, 05:07 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
It depends. RTF & text seems doable, but imported HTML content is stored in a proprietary format in the URD file, and the code to write that out in standard HTML, CSS, etc., to the file system is written in C++, so the app would also need to be written in that language to leverage the existing code. I don't know how straightforward it is to write a device-agnostic app in C++. Also, porting components such as the tree, property grid, and list views which are utilizing a Win32-only control would not be trivial.

For read-only, exporting to external files might be the way to go.
Reply With Quote