Search found 70 matches
- Fri Dec 22, 2023 3:08 am
- Forum: Support
- Topic: Import text from Adobe InDesign files into TRichView
- Replies: 1
- Views: 18241
Import text from Adobe InDesign files into TRichView
Hello, Is it possible to import formatted text from Adobe InDesign files to TRichView?
- Sun Aug 02, 2020 11:27 am
- Forum: Support
- Topic: Get Heading1, Heading2 , etc from docx file
- Replies: 1
- Views: 9400
Get Heading1, Heading2 , etc from docx file
Hello, After convrting doc, docx files using TRVOfficeConverter is it possible to get standard styles of converted text such as Heading1, Heading2, etc without considering the style specifications such as color, font size , etc? In other words is the Heading1 style of doc, docx files recognizable by ...
- Wed Feb 13, 2019 4:10 am
- Forum: Support
- Topic: New parameter in RVSetSelection method
- Replies: 2
- Views: 13450
New parameter in RVSetSelection method
Hello, In the TRichView v17.6, The RVSetSelection function has CharsPerLineBreak parameter. What is this parameter?
- Tue Dec 25, 2018 9:07 am
- Forum: Support
- Topic: An error in RvHtmlViewImporter
- Replies: 1
- Views: 10949
An error in RvHtmlViewImporter
Hello,
I installed the RvHtmlViewImporter on Delphi Tokyo. When I run the project it gives this error:
[dcc32 Error] rvHtmlViewImport.pas(191): E2037 Declaration of 'LoadFromClipboard' differs from previous declaration
I installed the RvHtmlViewImporter on Delphi Tokyo. When I run the project it gives this error:
[dcc32 Error] rvHtmlViewImport.pas(191): E2037 Declaration of 'LoadFromClipboard' differs from previous declaration
- Mon Oct 15, 2018 9:54 am
- Forum: Support
- Topic: Some functions in new version of RichView don't exist
- Replies: 2
- Views: 13114
Re: Some functions in new version of RichView don't exist
Thank you very much.
- Sun Oct 14, 2018 3:09 pm
- Forum: Support
- Topic: Some functions in new version of RichView don't exist
- Replies: 2
- Views: 13114
Some functions in new version of RichView don't exist
Hello support,
In the previous versions of RichView (17.1.2) there are functions in RVFuncs unit such as RV_GetHTMLRGBStr, RV_GetCSSBkColor. In the version 17.5.2 this functions have been deleted?
In the previous versions of RichView (17.1.2) there are functions in RVFuncs unit such as RV_GetHTMLRGBStr, RV_GetCSSBkColor. In the version 17.5.2 this functions have been deleted?
- Thu Apr 19, 2018 9:37 am
- Forum: Support
- Topic: Import docx file with comment
- Replies: 3
- Views: 16857
Re: Import docx file with comment
My doc has comment. After convert the comment dosn't exist.
- Thu Apr 19, 2018 5:41 am
- Forum: Support
- Topic: Import docx file with comment
- Replies: 3
- Views: 16857
Import docx file with comment
Hello support,
Is it possible to import doc, docx files with comment using TRVOfficeConverter?
Is it possible to import doc, docx files with comment using TRVOfficeConverter?
- Mon Mar 19, 2018 11:30 am
- Forum: Support
- Topic: Two suggestions for MarkSubString function
- Replies: 1
- Views: 11014
Two suggestions for MarkSubString function
Hello, I have two suggestions for MarkSubString function. 1. Edit the operation of rvmsoIgnorePunctuation option so that when we search for "Worlds" find "Worlds", "World's", "Wo'rlds", "Wor;lds" and etc. 2. Add an option to define any synonyms for any words and find that synonyms. For example when ...
- Fri Mar 16, 2018 9:58 am
- Forum: Support
- Topic: Deleting ZERO WIDTH NON-JOINER (8204) character in footnotes on importing docx by TRvOfficeConverter
- Replies: 6
- Views: 27571
- Sun Feb 18, 2018 11:09 am
- Forum: Support
- Topic: Deleting ZERO WIDTH NON-JOINER (8204) character in footnotes on importing docx by TRvOfficeConverter
- Replies: 6
- Views: 27571
Re: Deleting ZERO WIDTH NON-JOINER (8204) character in footnotes on importing docx by TRvOfficeConverter
Try copy-pasting from MS Word to TRichViewEdit. If this problem persists, the problem is in our RTF reading procedure. Otherwise, most probably, the problem is in the converter. I tried copy-pasting from MS Word to TRichViewEdit. The problem doesn't exist. I use this converter: https://www ...
- Sun Feb 18, 2018 9:45 am
- Forum: Support
- Topic: Deleting ZERO WIDTH NON-JOINER (8204) character in footnotes on importing docx by TRvOfficeConverter
- Replies: 6
- Views: 27571
Deleting ZERO WIDTH NON-JOINER (8204) character in footnotes on importing docx by TRvOfficeConverter
Hello,
When we import docx or doc files by TRVOfficeImporter to TRichViewEdit, If the footnotes has ZERO WIDTH NON-JOINER(8204) character it have been deleted after import but this character imports correctly in main text.
When we import docx or doc files by TRVOfficeImporter to TRichViewEdit, If the footnotes has ZERO WIDTH NON-JOINER(8204) character it have been deleted after import but this character imports correctly in main text.
- Wed Feb 14, 2018 12:04 pm
- Forum: Support
- Topic: Import html text with footnote from HtmlViewer using TRVHTMLViewImporter
- Replies: 1
- Views: 11630
Import html text with footnote from HtmlViewer using TRVHTMLViewImporter
Hello support,
I want to create a html text that has footnote and import it from HtmlViewer to RichViewEdit using TRVHTMLViewImporter.
how should The format of my html text be to show the footnotes correctly in RichViewEdit?
I want to create a html text that has footnote and import it from HtmlViewer to RichViewEdit using TRVHTMLViewImporter.
how should The format of my html text be to show the footnotes correctly in RichViewEdit?
- Tue Jan 23, 2018 3:08 pm
- Forum: Support
- Topic: deleting CARRIAGE RETURN(#13) and LINE FEED(#10) characters from footnote
- Replies: 2
- Views: 15148
Re: deleting CARRIAGE RETURN(#13) and LINE FEED(#10) characters from footnote
That's right. Thank you very much.
- Mon Jan 22, 2018 2:55 pm
- Forum: Support
- Topic: deleting CARRIAGE RETURN(#13) and LINE FEED(#10) characters from footnote
- Replies: 2
- Views: 15148
deleting CARRIAGE RETURN(#13) and LINE FEED(#10) characters from footnote
Hello support, I want to insert a footnote with text that has CR, LF characters. but after insert, this characters have been deleted. procedure TForm1.mitInsertFootnoteClick(Sender: TObject); var FootNote: TRVFootnoteItemInfo; NoteRef: TRVNoteReferenceItemInfo; MyNoteText : string; begin MyNoteText ...