well...I think the pb is that the dll used by TRichViewPdf is shareware...so I think (but I don't know if I'm right) it is limited to 10 pages...
The other problem is that I can find the website of TRichViewPdf...www.roledata.com does not answer anymore
Thanks for your support.
Search found 6 matches
- Mon Jun 19, 2006 7:33 am
- Forum: Support
- Topic: Is TRichViewEdit limited in size ?
- Replies: 3
- Views: 13962
- Fri Jun 16, 2006 2:07 pm
- Forum: Support
- Topic: Is TRichViewEdit limited in size ?
- Replies: 3
- Views: 13962
- Fri Jun 16, 2006 1:24 pm
- Forum: Support
- Topic: Is TRichViewEdit limited in size ?
- Replies: 3
- Views: 13962
Is TRichViewEdit limited in size ?
Hi !
I've got a strange pb.
I can merge 2 rtf files into 1....
To do it, I load each rtf file into my TRichViewEdit, then format, then load the next rtf, then format and so on...
Finally, I save my TRichViewEdit into my final single rtf file...
It seems to work fine for 4-5 small rtf files...but if ...
I've got a strange pb.
I can merge 2 rtf files into 1....
To do it, I load each rtf file into my TRichViewEdit, then format, then load the next rtf, then format and so on...
Finally, I save my TRichViewEdit into my final single rtf file...
It seems to work fine for 4-5 small rtf files...but if ...
- Thu Jun 15, 2006 3:40 pm
- Forum: Support
- Topic: merging 2 rtf files into 1 single rtf & converting to pd
- Replies: 2
- Views: 11731
- Thu Jun 15, 2006 8:21 am
- Forum: Support
- Topic: merging 2 rtf files into 1 single rtf & converting to pd
- Replies: 2
- Views: 11731
merging 2 rtf files into 1 single rtf & converting to pd
Hi !
I've got a strange problem.
I have 2 rtf files. I want to merge them into 1 single rtf file.
Then, I want to create a pdf file with this rtf file.
So I use TRichViewPDF.
My problem : my final single rtf file sounds good...but when converting it to pdf file, it's not good.
sample_1.rtf is a ...
I've got a strange problem.
I have 2 rtf files. I want to merge them into 1 single rtf file.
Then, I want to create a pdf file with this rtf file.
So I use TRichViewPDF.
My problem : my final single rtf file sounds good...but when converting it to pdf file, it's not good.
sample_1.rtf is a ...
- Tue Jun 06, 2006 9:52 am
- Forum: Support
- Topic: Completely hide border cells
- Replies: 4
- Views: 17265
Re: Just to help somebody with the same problem
I'm using a quick-and-dirty workaround:
RichViewTableGridStyle := psClear;
Hi,
I'm a newbie...so please forgive me :o)
I've got quite the same problem...but in my case, I want to see the grid.
My problem is : I can't compile my Delphi project if I add such code:
RichViewTableGridStyle := psDot ...
RichViewTableGridStyle := psClear;
Hi,
I'm a newbie...so please forgive me :o)
I've got quite the same problem...but in my case, I want to see the grid.
My problem is : I can't compile my Delphi project if I add such code:
RichViewTableGridStyle := psDot ...