把HTML页转化为PDF

by 亿答案 12. 十一月 2009 12:33

代码如下,有一定的局限性。

Rectangle rect = new Rectangle(PageSize.A4);
            rect.BackgroundColor = new Color(238, 238, 238);
            Document document = new Document(rect, 50, 50, 50, 50);
            try
            {

 
                iTextSharp.text.html.simpleparser.StyleSheet styles = new iTextSharp.text.html.simpleparser.StyleSheet();
                styles.LoadTagStyle("ol", "leading", "16,0");

                PdfWriter.GetInstance(document, new FileStream("D:\\html.pdf", FileMode.Create));
                document.Open();

                System.Collections.ArrayList objects;

                //获取html内的对象
                objects = HTMLWorker.ParseToList(new StreamReader(@"D:\html.html", Encoding.Default), styles);
                for (int k = 0; k < objects.Count; ++k)
                {//逐个写入对象
                    document.Add((IElement)objects[k]);
                }
                document.Close();
            }
            catch (Exception ex)
            {
               
            }

Tags: , , ,

PDF编程, iTextSharp

评论

2010/4/5 6:57:26 #

Pandora beads

信息是非常有用的..感谢分享

Pandora beads People's Republic of China

2010/4/5 7:01:06 #

tiffany jewelry

This is a really good read for me, Must admit that you are one of the best bloggers I ever saw.Thanks for posting this informative article.

tiffany jewelry Ukraine

2010/4/5 7:03:22 #

Butterfly valve

You should really moderate the comments here

Butterfly valve People's Republic of China

2010/4/22 5:43:52 #

ugg boots store

Very vivid appearance, perfect plot, challenging game. Many of us put this game as a very important part of life. Surprise,when I browse the web ,I found these website Pretty good. such as xxxxxx, go and see it that rich variety of fashion at a reasonable price !

ugg boots store People's Republic of China

2010/5/1 17:08:09 #

replicas watches

yes i do

replicas watches Malta

2010/5/31 17:04:58 #

Nike Air Force 1 Low

It looks good,I have learn a recruit! <a href="http://www.air-jordan-9.com" >air jordan 9</a> <a href="http://www.louis-vuitton-outlet-store.com" >louis vuitton store</a>
<a href="www.louis-vuitton-outlet-store.com/...s.html" >Louis vuitton bags</a>Recently,I found an excellent online store, the XX are completely various, good quality and cheap price,it’s worth buying! <a href="www.nike-air-force-one.com/...rce-1-low.html" >Nike Air Force 1 Low</a>

Nike Air Force 1 Low People's Republic of China

添加评论


(将显示你的Gravatar图标)

  Country flag

biuquote
  • 评论
  • 在线预览
Loading



Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen

RecentComments

Comment RSS