Search found 70 matches

by saeid2016
Fri Dec 22, 2023 3:08 am
Forum: Support
Topic: Import text from Adobe InDesign files into TRichView
Replies: 1
Views: 12306

Import text from Adobe InDesign files into TRichView

Hello, Is it possible to import formatted text from Adobe InDesign files to TRichView?
by saeid2016
Sun Aug 02, 2020 11:27 am
Forum: Support
Topic: Get Heading1, Heading2 , etc from docx file
Replies: 1
Views: 8543

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...
by saeid2016
Wed Feb 13, 2019 4:10 am
Forum: Support
Topic: New parameter in RVSetSelection method
Replies: 2
Views: 11996

New parameter in RVSetSelection method

Hello, In the TRichView v17.6, The RVSetSelection function has CharsPerLineBreak parameter. What is this parameter?
by saeid2016
Tue Dec 25, 2018 9:07 am
Forum: Support
Topic: An error in RvHtmlViewImporter
Replies: 1
Views: 9855

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
by saeid2016
Sun Oct 14, 2018 3:09 pm
Forum: Support
Topic: Some functions in new version of RichView don't exist
Replies: 2
Views: 11519

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?
by saeid2016
Thu Apr 19, 2018 9:37 am
Forum: Support
Topic: Import docx file with comment
Replies: 3
Views: 14196

Re: Import docx file with comment

My doc has comment. After convert the comment dosn't exist.
by saeid2016
Thu Apr 19, 2018 5:41 am
Forum: Support
Topic: Import docx file with comment
Replies: 3
Views: 14196

Import docx file with comment

Hello support,
Is it possible to import doc, docx files with comment using TRVOfficeConverter?
by saeid2016
Mon Mar 19, 2018 11:30 am
Forum: Support
Topic: Two suggestions for MarkSubString function
Replies: 1
Views: 9646

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 a...
by saeid2016
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: 23430

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.microsof...
by saeid2016
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: 23430

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.
by saeid2016
Wed Feb 14, 2018 12:04 pm
Forum: Support
Topic: Import html text with footnote from HtmlViewer using TRVHTMLViewImporter
Replies: 1
Views: 9977

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?
by saeid2016
Mon Jan 22, 2018 2:55 pm
Forum: Support
Topic: deleting CARRIAGE RETURN(#13) and LINE FEED(#10) characters from footnote
Replies: 2
Views: 12785

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 ...