探知,不断发现
探知不断发现

随笔分类 -  PDF

PDF iTextSharp
From Single PDF template Make a series PDF
摘要:Some Times we need make a series PDF from an single PDF template from above two article we know how to make an single pdf. and how to add page to new pdf. From some other actile of internet we may... 阅读全文
posted @ 2008-05-19 15:16 lovebanyi 阅读(540) 评论(0) 推荐(0)
PDF template and print
摘要:We need prepare tools, "Adodb Acrobat" please download it and install it. open the adodb acrobat . make an new pdf file (you can make it form image, word and exgist pdf file) find Form to... 阅读全文
posted @ 2008-05-19 15:01 lovebanyi 阅读(1175) 评论(0) 推荐(0)
how to merge pdf file [iTextSharp]
摘要:Make 3 instance MemoryStream stream = new MemoryStream(); Document doc = new Document(); PdfCopy writer = new PdfCopy(doc, stream); doc.Open(); Read what page y... 阅读全文
posted @ 2008-05-19 14:51 lovebanyi 阅读(643) 评论(0) 推荐(0)