Search found 5 matches
- Wed Jan 29, 2020 12:29 am
- Forum: ScaleRichView
- Topic: ScaleRichview Document with Headers and Footers to PDF
- Replies: 2
- Views: 50505
Re: ScaleRichview Document with Headers and Footers to PDF
I was indeed using TRVPrint and TRVReportHelper. Looking into into using Drawpage and some examples, I came up with this using llPDFLib : function TRichViewMerge.ExportPdfToFile(PDFFileName: String): Boolean; Var PDFDocument: TPDFDocument; PageSize: TSize; i: Integer; Const PixelPerInch = 96; begin ...
- Sat Jan 25, 2020 10:34 pm
- Forum: ScaleRichView
- Topic: ScaleRichview Document with Headers and Footers to PDF
- Replies: 2
- Views: 50505
ScaleRichview Document with Headers and Footers to PDF
I am trying to export a document to PDF using SynPDF. I am using the RV2PDF demo with RichView 18 and ScaleRichView 9 as an example. The issue is that the header and footer height is not correct in the PDF so I get more pages than my original document.
I have included a document with this issue.
I have included a document with this issue.
- Thu Dec 13, 2018 4:15 pm
- Forum: ScaleRichView
- Topic: Cursor not showing when TSRichViewEdit is in a VCL Frame
- Replies: 7
- Views: 81988
Cursor not showing when TSRichViewEdit is in a VCL Frame
If I place a TSRichViewEdit in a frame, the cursor is not shown. When I place the same TSRichViewEdit directly in the form that contains the frame, the cursor is visible (and blinking). Using Delphi 10.3 Rio and ScaleRichView-Pre9.
- Thu Nov 08, 2012 6:28 pm
- Forum: ScaleRichView
- Topic: Problem editing text when viewing pages in columns
- Replies: 3
- Views: 22668
- Thu Nov 08, 2012 3:22 pm
- Forum: ScaleRichView
- Topic: Problem editing text when viewing pages in columns
- Replies: 3
- Views: 22668
Problem editing text when viewing pages in columns
If viewing pages in columns, when I click on text in the second column or above, that text is not selected, it selects text in the first column instead.
So I can see the text of the other columns but not select and edit it.
So I can see the text of the other columns but not select and edit it.