Sorry to hijack this thread but it looks kind of similar to DIVs or fragments which were requested before: viewtopic.php?p=37388#p37388
I would love such a feature which would open so many use cases!
Search found 75 matches
- Tue May 27, 2025 7:34 am
- Forum: Support
- Topic: Bookmarks spanning multiple paragraphs?
- Replies: 6
- Views: 5073
- Mon Apr 07, 2025 8:35 am
- Forum: Support
- Topic: Feature request: copy/paste as markdown
- Replies: 5
- Views: 158267
Re: Feature request: copy/paste as markdown
Great, thank you. Do you know when next update will be released ?
- Thu Mar 13, 2025 4:24 pm
- Forum: Support
- Topic: Save Image - Add Attributes (ID)
- Replies: 3
- Views: 55321
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: 5
- Views: 158267
- Mon Jan 27, 2025 4:04 pm
- Forum: Support
- Topic: Feature request: copy/paste as markdown
- Replies: 5
- Views: 158267
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: 243212
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: 243212
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: 129080
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: 129080
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: 47427
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: 12377
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: 35183
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: 647111
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: 647111
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: 647111
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 ...