在 asp.net c# 中使用 itextsharp 生成 pdf
我想生成图片中所附的pdf文件。我想在单击按钮时将图片中显示的内容编码为 pdf 文件。
我该如何继续,使用表结构可以工作?我无法在这里形成表结构。
请帮我解决我的问题。我想要如下图所示的输出。
I want to generate pdf file as attached in the picture. i want to harcode the contents shown in the picture into a pdf file on button click.
How do i proceed, using table structure will work?I am unable to form the table stucture here.
Please help me to sort out my problem.i want the output as shown in below image.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先创建一个包含两列的表,如下所示,
保留对其列的引用,然后为左侧内容创建表并将其作为左列 COL.0.1 的子内容插入
,您可以继续处理与此类似的其余内容。
这个想法是将内容拆分到较小的表中并将它们嵌套。
First create one table with two columns like below
keep reference to its columns, then create table for left side content and insert it as child content of left column COL.0.1
and you can continue for the rest of content similar to this.
The idea is to split content to smaller tables and nest them.
这里有一个关于使用 iTextSharp 的很好的教程
http://www.mikesdotnetting.com/Category/20
Here you have a good tutorial about using iTextSharp
http://www.mikesdotnetting.com/Category/20