Never mind, I was able to merge the changes with my older version
Thank you!
Search found 10 matches
- Wed Oct 30, 2013 9:33 pm
- Forum: Support
- Topic: RTF to HTML conversion
- Replies: 5
- Views: 16972
- Wed Oct 30, 2013 7:11 pm
- Forum: Support
- Topic: RTF to HTML conversion
- Replies: 5
- Views: 16972
- Wed Oct 30, 2013 3:19 pm
- Forum: Support
- Topic: RTF to HTML conversion
- Replies: 5
- Views: 16972
- Fri Oct 25, 2013 3:35 pm
- Forum: Support
- Topic: RTF to HTML conversion
- Replies: 5
- Views: 16972
Looks like the link included an extra dot. The correct link is http://www.dimastr.com/temp/conversion_problem.zip .
- Fri Oct 25, 2013 3:34 pm
- Forum: Support
- Topic: RTF to HTML conversion
- Replies: 5
- Views: 16972
RTF to HTML conversion
I am having problems converting HTML to RTF. I uploaded the problematic files (original HTML and the resulting RTF) to http://www.dimastr.com/temp/conversion_problem.zip. The relevant snippet of code is below RvHtmlImporter := TRvHtmlImporter2.Create(Msg); RVReportHelper := TRVReportHelper.Create ...
- Fri Sep 13, 2013 5:35 pm
- Forum: Support
- Topic: Parentless TRichView control
- Replies: 3
- Views: 11639
- Fri Sep 13, 2013 4:17 am
- Forum: Support
- Topic: Parentless TRichView control
- Replies: 3
- Views: 11639
Parentless TRichView control
I have an invisible TRichView control with no parent that I use to convert HTMLto RTF. When RTF is saved, TRVWinGraphicInterface.GetDeviceCaps is called and accesses the Canvas property. The control has no parent, so the handle cannot be created and the calls fails with the following call stack ...
- Fri Aug 09, 2013 9:24 pm
- Forum: Support
- Topic: Converting HTML to RTF
- Replies: 4
- Views: 14640
- Fri Aug 09, 2013 1:49 pm
- Forum: Support
- Topic: Converting HTML to RTF
- Replies: 4
- Views: 14640
- Fri Aug 09, 2013 6:35 am
- Forum: Support
- Topic: Converting HTML to RTF
- Replies: 4
- Views: 14640
Converting HTML to RTF
I cannot seem to convert an HTML with a link to RTF – the link color is exported but not the actual link. I used TRvHtmlImporter2.LoadHtml / TRichView.SaveRTFToStream I used the following HTML: <html><body>This activity was created by <b><a href="http://www.dimastr.com/redemption">Redemption</a></b>< ...