trichview.support
Re: Walking through RichViewEdit |
Author |
Message |
Sergey Tkachenko |
Posted: 10/07/2003 20:08:14 > Hi want to convert richviewedit to PDF with llPDFLib but I don't want to just > draw the bitmap. I want to have support for forms(i'd be using TEdit, TCheckBox, > etc... in RichViewEdit as proxies to Acrobat Forms). I also want to add text > with formatting and what not. I don't want it to be just an image in the > pdf page but actually a semi-real conversion. It is not actually a bitmap. Contents are exported as real PDF objects (otherwise either print quality would be very low, or PDF had huge size) > > Can you help and/or suggest some methods for doing so. I'm well versed with > llPDFLib so I don't need help there. Just traversing richviewedit and adding > appropriate styles & formatting to pdf. Thanks. May be some events will help? For example, the latest version of TRVReportHelper has an event occuring when drawing hyperlinks. Using this event and pdf.Page.SetURL(), you can export hyperlinks. |
Powered by ABC Amber Outlook Express Converter