trichview.support.thirdparty
Re: Header and Footer with llpdf from RTF-File |
Author |
Message |
Sergey Tkachenko |
Posted: 08/01/2004 16:46:03 You can load 3 documents from one RTF file: - main document - header - footer rvrhMain.RTFReadProperties.SetHeader(rvrhHeader.RichView.RVData); rvrhMain.RTFReadProperties.SetFooter(rvrhFooter.RichView.RVData); rvrhMain.RichView.LoadRTF(...) Main document will be loaded in rvrhMain, header in rvrhHeader, footer in rvrhFooter > I want to load a rtf-file in a TRVReportHelper and then draw the pages to a > pdf-file with llPdf. This works fine but the header and footer from the > rtf-file are not loaded and drawn to the pdf-file. > > In another newsgroup anser you wrote: > > >You can create a header in one RVReportHelper, a footer in another > >RVReportHelper, a main document in the third RVReportHelper. > > This solutions dosen't work for me because I have one rtf-file. I can't > split it into three RVReportHelpers. Or is there a way to get only the > header/footer/main-content out of a rtf-file? Or do you have a complete > different solution? > > Best Regards > Sebastian > > |
Powered by ABC Amber Outlook Express Converter