Import & Export formats for TRichView

General TRichView support forum. Please post your questions here
Post Reply
dex
Posts: 5
Joined: Tue Oct 22, 2013 9:19 pm

Import & Export formats for TRichView

Post by dex »

Hi,

Can anyone suggest some third party VCL components that would expand TRichView ability to import/export files beyond HTML, RTF, RV, text + Unicode text formats? Like .doc .docx .odt .epub .pdf etc.

Thanks!
Dex
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

DocX saving is supported natively.
DocX import may be made using TRVOfficeConverter components and converters freely downloaded from the Microsoft's web site.

For PDF export, you can use eDocEngine, wPDF, llPDFLib.

eDocEngine ( http://www.gnostice.com/eDocEngine_VCL.asp ) supports many formats, but generally, it treats TRichView documents as images of pages.
Post Reply