码迷,mamicode.com
首页 >  
搜索关键字:itextsharp    ( 116个结果
itextSharp 使用模板(PdfTemplate)不规则分栏(ColumnText)
1 public static void Main() 2 { 3 4 Document document = new Document(); 5 BaseFont bf = BaseFont.createFont(Base...
分类:其他好文   时间:2014-07-07 20:18:38    阅读次数:297
itextSharp 对pdf的每个页面添加footer/header
1 static void SetAllHeaderFooter(string inputPath) 2 { 3 4 PdfReader reader=new PdfReader(inputPath); 5 PdfStamper...
分类:其他好文   时间:2014-07-07 20:11:48    阅读次数:437
iTextSharp 读出,写入
版本为5.1.2using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Sys...
分类:其他好文   时间:2014-06-25 15:13:27    阅读次数:207
PDF ITextSharp
示例源码//Document:(文档)生成pdf必备的一个对象,生成一个Document示例Document document = new Document(PageSize.A4, 30, 30, 5, 5);//为该Document创建一个Writer实例:PdfWriter.GetInstan...
分类:其他好文   时间:2014-06-10 09:36:24    阅读次数:228
MVC 生成PDf表格并插入图片
最近做的项目中有一个功能,将最终的个人信息生成PDF表格,并插入图片。对于没接触过的程序员来说回一片茫然,网上有多种生成PDf的方法,我给大家介绍一下我认为比较简单,好操作的一种。iTextSharp组件使用方法。1,引入itextsharp.dll2, 引入命名空间using iTextSharp...
分类:Web程序   时间:2014-05-18 19:53:21    阅读次数:492
PDF去水印资源索引
1、用iTextSharp去除文字水樱(水印文字需在contents中)————RemovingWatermarkfromaPDFusingiTextSharp2、用iTextSharp去除图片水樱(水印图片需为xobject对象)————Removemaskp_w_picpath“Watermark”fromPDFitextsharp***walker***
分类:其他好文   时间:2014-05-09 14:18:16    阅读次数:277
116条   上一页 1 ... 10 11 12
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!