Search found 104 matches

by wolf1860
Sun Mar 06, 2022 5:12 am
Forum: Support
Topic: paste text from office word, space cause mess code
Replies: 5
Views: 4534

paste text from office word, space cause mess code

A test docx file sent to [email protected].

Text in word,with show special paragraph symbols:
Image

RVE demo paste result:
Image
by wolf1860
Sat Mar 05, 2022 9:02 am
Forum: Support
Topic: Paste text and picture from office word,pictures changed crude
Replies: 14
Views: 5725

Re: Paste text and picture from office word,pictures changed crude

Now I am sure,this problem happens in new version.The old compiled application worked perfect,But I don't know the version.
by wolf1860
Fri Mar 04, 2022 10:22 am
Forum: Support
Topic: Paste text and picture from office word,pictures changed crude
Replies: 14
Views: 5725

Re: Paste text and picture from office word,pictures changed crude

I did "insall in delphi IDE", the fix did not work.

Image in office word:
Image

Paste to RVEditDemo.exe

Image
by wolf1860
Fri Mar 04, 2022 8:34 am
Forum: Support
Topic: Paste text and picture from office word,pictures changed crude
Replies: 14
Views: 5725

Re: Paste text and picture from office word,pictures changed crude

Only copy and paste both text and picture mixed ,the images will change crude, single picture copy and paste is right. The fix does not work,if I did fix right.But I'm confused for the paste action in the compiled demo ActionTests both TSRichView and TRichViewEdit ,it looks right. But I opened the d...
by wolf1860
Thu Mar 03, 2022 5:51 am
Forum: Support
Topic: copy table from office word,the table's size changed smaller
Replies: 5
Views: 3215

copy table from office word,the table's size changed smaller

After paste, some cell's text will change to multi lines from single line.The test docx file sent to [email protected]
by wolf1860
Thu Mar 03, 2022 3:28 am
Forum: Support
Topic: LineSpacing between table and text does not work
Replies: 2
Views: 2174

LineSpacing between table and text does not work

Code: Select all

  rve.ClearUndo;
  rve.DeleteUnusedStyles(True, True, True);
  for var i := 0 to rve.Style.ParaStyles.Count - 1 do
  begin
    rve.Style.ParaStyles[i].LineSpacingType := rvlsPercent;
    rve.Style.ParaStyles[i].LineSpacing := 150;
  end;
  rve.Format;
Image
by wolf1860
Wed Mar 02, 2022 8:11 pm
Forum: Support
Topic: Paste text and picture from office word,pictures changed crude
Replies: 14
Views: 5725

Paste text and picture from office word,pictures changed crude

I select some text and pictures then ctrl+c ,when I pasted to the TRichViewEdit,some pictures changed crude.Sometimes the same action is right in TSRichViewEdit. Single picture,none text ,the result is right. In TSRichViewEdit: https://wolf1860.com/images/ImageInRVE.png In TRichViewEdit: https://wol...
by wolf1860
Thu Feb 10, 2022 3:55 pm
Forum: Support
Topic: SynPDF+TSRichViewEdit,The inline-Images are deformed
Replies: 10
Views: 5643

Re: SynPDF+TSRichViewEdit,The inline-Images are deformed

Thank u again:) I found TRVPrint export pdf worked fine:Just need set the margins property,so I avoided the problem.That's enough:) By the way,LLibPDF is not stable for me when I try to export many rvf files,SynPDF is perfect. I have bought the update license:)
by wolf1860
Mon Feb 07, 2022 2:05 am
Forum: Support
Topic: SynPDF+TSRichViewEdit,The inline-Images are deformed
Replies: 10
Views: 5643

Re: SynPDF+TSRichViewEdit,The inline-Images are deformed

I have sent the test file to [email protected](Test rvf file for TSRichViewEdit.DrawPage(SynPDF)).
by wolf1860
Sun Feb 06, 2022 4:53 pm
Forum: Support
Topic: SynPDF+TSRichViewEdit,The inline-Images are deformed
Replies: 10
Views: 5643

SynPDF+TSRichViewEdit,The inline-Images are deformed

I call TSRichViewEdit.DrawPage method to export PDF file by SynPDF library.All the inline-images are deformed.like this,the other images are right.
I tested TRVPrint.DrawPage,the inline-images are right.
I have no idea whether u can help me....


Image