Quote:
Originally Posted by yunhaid
GeekRaver,great software, can you give me the writepdf.h writertf.h and some samples codes to ouptput the rtf and pdf, thank you.
|
What is it you're trying to do? If you want to make output plugins for web2book you should start by looking at IHtmlConverter.cs, which is the output plugin interface (you'll find it in the app's install directory).
For writing PDF and RTF I use the iTextSharp library. If you want to write PDF/RTF files in some other app I'd suggest looking at that directly rather than my code, which is somewhat klunky as it is making a round peg (iTextSharp) fit in a square hole (IHtmlConverter).