Search found 73 matches
- Thu Mar 13, 2025 4:24 pm
- Forum: Support
- Topic: Save Image - Add Attributes (ID)
- Replies: 3
- Views: 35653
Re: Save Image - Add Attributes (ID)
Do you have an example on how to replace the TRVGraphicItemInfo class with a custom one so that we can override its GetMoreImgAttributes method ?
- Fri Feb 14, 2025 3:46 pm
- Forum: Support
- Topic: Feature request: copy/paste as markdown
- Replies: 2
- Views: 127792
- Mon Jan 27, 2025 4:04 pm
- Forum: Support
- Topic: Feature request: copy/paste as markdown
- Replies: 2
- Views: 127792
Feature request: copy/paste as markdown
Will you consider the copy/paste as markdown feature as it seems that it is currently missing ?
With accompanying actions, including integration with "Paste special", that would be even better!
Thank you.
With accompanying actions, including integration with "Paste special", that would be even better!
Thank you.
- Thu Apr 25, 2024 8:12 am
- Forum: Examples, Demos
- Topic: [Example] How to display a placeholder text for empty editor
- Replies: 3
- Views: 222262
Re: [Example] How to display a placeholder text for empty editor
OK thanks. I hope that you'll consider adding it for both viewers and editors in the future. A placeholder also makes sense in a viewer when it is waiting from data from a DB or a remote service... to avoid displaying an empty blank content to the end-user.
- Mon Apr 15, 2024 3:44 pm
- Forum: Examples, Demos
- Topic: [Example] How to display a placeholder text for empty editor
- Replies: 3
- Views: 222262
Re: [Example] How to display a placeholder text for empty editor
Has this been implemented yet ? Having the ability to define a placeholder RVF file would be amazing!
Also, this doesn't work for a blank TRichView as ItemCount = 0
Also, this doesn't work for a blank TRichView as ItemCount = 0
- Thu Feb 01, 2024 1:36 pm
- Forum: Support
- Topic: SetWorldTransform - PDF
- Replies: 5
- Views: 126838
Re: SetWorldTransform - PDF
Here is what I got with the latest SynPDF from GitHub. Text direction is OK but underline is not and border lines are not looking great either.
- Thu Feb 01, 2024 9:52 am
- Forum: Support
- Topic: SetWorldTransform - PDF
- Replies: 5
- Views: 126838
Re: SetWorldTransform - PDF
The latest versions of SynPDF seems to support SetWorldTransform: https://github.com/synopse/SynPDF/blob/ ... SynPdf.pas
And testing it with RV's rotated cells works fine.
And testing it with RV's rotated cells works fine.
- Wed Jun 22, 2022 8:48 am
- Forum: Support
- Topic: The 'error loading file' dialog that I fear
- Replies: 14
- Views: 45446
Re: The 'error loading file' dialog that I fear
Just a thought - I think both Sergey and TRichViewEdit users should focus more on the XML format, because compared to rvf format, XML is human-readable !
The benefit is huge when you have an issue with the saved data and need to fix things or recover things.
I agree! I've postponed using RV XML ...
- Tue Jun 14, 2022 8:53 am
- Forum: Support
- Topic: Session timeout issue of this phpBB forum
- Replies: 2
- Views: 11791
Re: Session timeout issue of this phpBB forum
If I remember correctly, this is due to the fact that you open too many topics in a short period of time, which is a PITA 
Try to open 2 topics max at a time to avoid being logged out.

Try to open 2 topics max at a time to avoid being logged out.
- Tue Feb 15, 2022 10:53 am
- Forum: Support
- Topic: SynPDF+TSRichViewEdit,The inline-Images are deformed
- Replies: 10
- Views: 33600
Re: SynPDF+TSRichViewEdit,The inline-Images are deformed
I've tried many PDF engines before choosing SynPDF. A few notes about some of them which you might find useful:
- eDocEngine is fine for most tasks but is costly, has many bugs, bad support, rare updates with frequent breaking changes. Its rendering is not always good on screens with different DPI ...
- eDocEngine is fine for most tasks but is costly, has many bugs, bad support, rare updates with frequent breaking changes. Its rendering is not always good on screens with different DPI ...
- Thu Apr 22, 2021 9:44 am
- Forum: Examples, Demos
- Topic: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
- Replies: 21
- Views: 587138
Re: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
Great. Thanks.
- Wed Apr 21, 2021 10:21 am
- Forum: Examples, Demos
- Topic: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
- Replies: 21
- Views: 587138
Re: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
Thank you Sergey but it looks like this fix is incomplete: if only part of the first line is selected (e.g. instead of selecting "test2" you only select "st2") then the line before that one is converted when it shouldn't.
- Tue Apr 20, 2021 12:19 pm
- Forum: Examples, Demos
- Topic: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
- Replies: 21
- Views: 587138
Re: [Example] DeleteBlankLines, RemoveParagraphBreaks, etc.
Hi Sergey,
Could you please provide a fix for "Paragraph breaks -> line breaks" which converts the line before the first selected text?
See attached screenshot, when you select from test2 to test5, it will also convert the paragraph break before test2 when it shouldn't.
See attached sample project ...
Could you please provide a fix for "Paragraph breaks -> line breaks" which converts the line before the first selected text?
See attached screenshot, when you select from test2 to test5, it will also convert the paragraph break before test2 when it shouldn't.
See attached sample project ...
- Tue Sep 15, 2020 12:26 pm
- Forum: Announcements
- Topic: Adit Math Engine 2.0
- Replies: 6
- Views: 63150
Re: Adit Math Engine 2.0
This looks like a great component!
Does it come with full source code ? As far as I can tell, this isn't mentioned on the web-site.
Thank you.
Does it come with full source code ? As far as I can tell, this isn't mentioned on the web-site.
Thank you.
- Mon May 04, 2020 10:01 am
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 252521
Re: Future versions
I'm missing DocX import too. The Microsoft Office Converter solution is not a good long-term solution, yet we've had to use it for a very long time now :(
It can take a lot of time and computer resources to convert large DocX documents to RTF, then a lot of time for RV to import that RTF. And as far ...
It can take a lot of time and computer resources to convert large DocX documents to RTF, then a lot of time for RV to import that RTF. And as far ...