Hello,
I exported ScaleRichview using Gnostice EdocEngine.
In the SRichViewEdit I set the pagenumbers to be hidden, however it can be seen in the generated Pdf.
Is this a ScaleRichview setting or EdocEngine setting?
In gtPDFEngine I set CalculateVariables := false and AutoPaginate := false ;
Thank you
How to hide page numbers on Pdf
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Thanks a lot Starhu!!!.
I went a little further and I've change the method invocation to:
so it uses the configuration defined in TSRichViewEdit object.
Thanks and regards,
Martin
I went a little further and I've change the method invocation to:
Code: Select all
ASRichViewEdit.DrawMetafile(PageNo, Result,ASRichViewEdit.PageProperty.PageNoVisible,True,False);
Thanks and regards,
Martin
-
- Site Admin
- Posts: 17524
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I'm still having problems generating PDF files. The botton margin from page 2 and the next pages is not taked into account. The botton margin for page 1 is ok, but in page 2, 3, 4, etc it writes text where it should be blank.
I've use the demo ScaleRichViewDemo.exe with my own RFT file (RTF created from ScaleRichView export option) and I've got the same wrong result, page 1 botton margin ok but the following pages not.
Starhu, did you have the same problem?.
Thanks and regards,
Martin
I've use the demo ScaleRichViewDemo.exe with my own RFT file (RTF created from ScaleRichView export option) and I've got the same wrong result, page 1 botton margin ok but the following pages not.
Starhu, did you have the same problem?.
Thanks and regards,
Martin