Search found 73 matches

by saeid2016
Thu Nov 28, 2024 9:38 am
Forum: Support
Topic: Document from right to left.
Replies: 8
Views: 17983

Re: Document from right to left.

Thank you very much. Two issue remain. After loading html using your code I copy it by CopyDef and paste it in MS Word, All paragraphs is left to right there. so before CopyDef statement, I writed this code: for i := 0 to RichViewEdit1.Style.ParaStyles.Count - 1 do begin RichViewEdit1.Style ...
by saeid2016
Sat Nov 23, 2024 7:26 pm
Forum: Support
Topic: Document from right to left.
Replies: 8
Views: 17983

Re: Document from right to left.

Sergey Tkachenko wrote: Sat Nov 23, 2024 6:31 pm Please send me a simple project reproducing the problem (to email richviewgmailcom)
I sended the email.
by saeid2016
Sat Nov 23, 2024 10:42 am
Forum: Support
Topic: Document from right to left.
Replies: 8
Views: 17983

Re: Document from right to left.

Assign TRichView.BiDiMode = rvbdRightToLeft. You can also assign BiDiMode of paragraphs of text fragments (using RVStyle.ParaStyles[].BiDiMode and RVStyle.TextStyles.BiDiMode). RichViewActions have actions to apply BiDiMode to selected paragraphs and text. Hi, I downloaded the trial version and ...
by saeid2016
Fri Dec 22, 2023 3:08 am
Forum: Support
Topic: Import text from Adobe InDesign files into TRichView
Replies: 1
Views: 18955

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: 10043

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: 14236

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: 11590

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: 13962

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: 17918

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: 17918

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: 11711

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

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

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.