会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
开发语言
Go
C++
C#
JAVA后端
Linux
基本命令
容器技术
移动开发
Android
IOS
前端技术
AntdesignVUE
AntdesignReact
CSS
JS
ZGJ
博客园
首页
新随笔
联系
订阅
管理
2020年8月7日
C# iTextSharp导出PDF DEMO
摘要: 1、预期导出pdf效果如下,用到了行合并,列合并,垂直,水平居中 2、代码如下 //默认页面大小 Document document = new Document(); document.SetPageSize(PageSize.A4); PdfWriter writer = PdfWriter.G
阅读全文
posted @ 2020-08-07 11:51 zhaogaojian
阅读(495)
评论(0)
推荐(1)
编辑
公告