To convert HTML pages to PDF you can use
wkhtmltopdf<http://code.google.com/p/wkhtmltopdf/>,
a command line utility that uses WebKit to render HTML page and convert it
to PDF.


2010/3/17 Mark Storer <msto...@autonomy.com>

>  Yes.  You have two options:
>
>
>
> 1) Use iText’s built-in HTML->PDF converter.  I seriously doubt you’ll like
> the output though.  It doesn’t support quite a few things… “CSS” is the big
> one.
>
>
>
> 2) Generate a PDF directly from the app.  iText is capable of producing
> both HTML and PDF (at the same time even), so if your webserver application
> is still on the drawing board, I suggest you look at generating your HTML
> with iText as well.
>
>
>
>
>
> --Mark Storer
>
>   Senior Software Engineer
>
>   Cardiff.com
>
>
>
> #include <disclaimer>
>
> typedef std::disclaimer<Cardiff> Discard;
>   ------------------------------
>
> *From:* Joe Hradnansky [mailto:joeh...@yahoo.com]
> *Sent:* Tuesday, March 16, 2010 8:40 AM
> *To:* itext-questions@lists.sourceforge.net
> *Subject:* Spam: [iText-questions] URL to PDF
>
>
>
> I need to run an application from a webserver, and have it format a
> custom HTML page (different page per user), then generate a PDF on the
> client workstation.
>
>
>
> Will ITextSharp allow me to do that ?
>
>
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.733 / Virus Database: 271.1.1/2732 - Release Date: 03/17/10
> 00:33:00
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions:
> http://www.1t3xt.info/examples/
> You can also search the keywords list:
> http://1t3xt.info/tutorials/keywords/
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to