如何使用asp.net将页面附加到现有的pdf [英] How to append a page to existing pdf using asp.net

查看:85
本文介绍了如何使用asp.net将页面附加到现有的pdf的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如何使用asp.net将页面附加到现有的pdf中,

我使用了以下代码.

Hi ,

How to append a page to existing pdf using asp.net,

i used the following code.

Document doc = new Document();
doc.NewPage();


但是旧页面正在替换为新内容.但是我只需要将数据追加到现有的pdf中,即如果pdf包含2页,如果我想添加数据,则应创建第三页,内容应仅属于第三页.


but old page is replacing with new content.But i need just append of data to existing pdf, i.e if the pdf contains 2 pages,if i want to add the data then 3rd page should be created and content should be fall in 3rd page only.

推荐答案

尝试一下.

在Asp.Net中合并Pdf文件 [
Try this.

Merging Pdf files in Asp.Net[^]


这篇关于如何使用asp.net将页面附加到现有的pdf的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆