trichview.support
Re: work from web app? |
Author |
Message |
Sergey Tkachenko |
Posted: 03/20/2003 23:46:33 The simplest way is to create a form (with TRVReportHelper and llPDFLib) without showing it. Create this form, and remove it from the list of autocreated forms (Project | Options, tab Forms). When you need to convert RTF to PDF, create a form, convert and destroy it var frm: TRTF2PDFForm; frm := TRTF2PDFForm.Create(nil); frm.Convert; frm.Free; > > Can you elaborate on where the example is? What demo project? > Thanks. > > Gabriel Padilla. > > > P.S. I am trying to convert a RTF to PDF using your example of > TRVReportHelper and llPDFLib 2.2. > > > "Sergey Tkachenko" <svt@trichview.com> wrote: > >RichView requires a creation of visual component. > >But it can be invisible. > >See example in > >AV when load RTF file > > > > > >> > >> I am working on an Apache 2.0 shared object that needs to convert RTF > >documents > >> to HTML. It sounds like TRichView is what I need, but does it require > a > >> canvas or anything else that an Apache SO doesn't have access to? > >> > >> How about support for Kylix? > >> > >> Thanks > > > > > |
Powered by ABC Amber Outlook Express Converter