Página 1 de 1

Error in TRichEdit:RTFToPDF

Publicado: Vie Ago 19, 2011 10:18 pm
por julianocf
Hello Xailers,
I'm trying to use the TRichEdit method RTFtoHTML, but i am getting an error:
"Impossible to load the file: C:/Program files(x86)/Common Files/Microsoft Shared/textConv/html32.cnv"
Does anyone knows how to solve this error?
The project files are annexed.

Attached files rtf-1-0-0-0.zip (2.1 KB)Â

Error in TRichEdit:RTFToPDF

Publicado: Vie Ago 19, 2011 10:25 pm
por jlalin
Juliano,
try this way:
METHOD Button1Click( oSender ) CLASS TForm1
// Check HTML support first
IF ::oRichEdit1:lHTML
::oRichEdit1:HTMLToRTF("teste.html")
ENDIF
RETURN Nil
Regards,
José Lalí­n

Error in TRichEdit:RTFToPDF

Publicado: Lun Ago 22, 2011 9:20 am
por Pedro Gil
Juliano,
HTML32.CNV is a DLL installed by Microsoft Office. Which Office version do
you have install in your computer?
Regards,
"Juliano" escribió en el mensaje de noticias:4e4ec4fe$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Hello Xailers,
I'm trying to use the TRichEdit method RTFtoHTML, but i am
getting an error:
"Impossible to load the file: C:/Program files(x86)/Common
Files/Microsoft Shared/textConv/html32.cnv"
Does anyone knows how to solve this error?
The project files are annexed.
--
Saludos!
Juliano Canova
http://www.eMeAsOfT.com
http://emeasoft.blogspot.com/
http://twitter.com/emeasoft

Error in TRichEdit:RTFToPDF

Publicado: Lun Ago 22, 2011 1:27 pm
por julianocf
Thanks for the help José and Pedro,
I managed to solve the problem copying the HTML32.cnv from the office installation disc to the dir "C:/Program files(x86)/Common Files/Microsoft Shared/textConv/"