View Single Post
Old 02-28-2007, 11:52 AM   #19
geekraver
Addict
geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.geekraver ought to be getting tired of karma fortunes by now.
 
Posts: 364
Karma: 1035291
Join Date: Jul 2006
Location: Redmond, WA
Device: iPad Mini,Kindle Paperwhite
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).
geekraver is offline   Reply With Quote