Archive for July 28th, 2009
iTextSharp – HTML to PDF – Parsing HTML
Now that we have the HTML cleaned up, the next thing we will want to do is to parse the HTML.
In my actual code for this, I parse the HTML and create the PDF at the same time, but for the purposes of these posts, I’m going to deal primarily with parsing the HTML here and then deal with the PDF creation code later.
Other Related Items:
XHTML And HTML Essential TrainingIn XHTML and HTML Essential Training
Adobe Acrobat Professional 9Communicate and collaborate more effectively and securely with Adobe Acrobat 9 Pro. Unify a wide range of content into a single, organized PDF Portfol... Read More >


