寻找几个PDF相关组件...... [英] Looking for a couple of PDF related components ......

查看:84
本文介绍了寻找几个PDF相关组件......的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用ASP.NET和iTextSharp填写PDF表单 - 4GuysFromRolla。 com [ ^ ]我下载了源代码,然后使用代码创建了一个ASP.Net项目。但是,由于缺少组件,我无法编译项目。例如,对于下面代码的2行,PDFFieldType和PDFCheckBoxFieldType为红色错误:

From Filling in PDF Forms with ASP.NET and iTextSharp - 4GuysFromRolla.com[^] I downloaded the source code, and then created a ASP.Net project using the code. However, I could not compile the project due to the missing of components. For instance, for the 2 lines of the code below, the PDFFieldType and PDFCheckBoxFieldType are in red-error:

var formFieldType = PDFFieldType.GetPDFFieldType(formFields.GetFieldType(entry.Key.ToString()));
if (formFieldType is PDFCheckBoxFieldType) { ... }



我下载了从http://www.xfiniumpdf.com/xfinium-pdf-downloads.html下载的XFINIUM.PDF WIN / MONO PROFESSIONAL EDITION 6.2.0组件,然后安装了它的.msi。看起来有一些缺失的组件。



我尝试过:



寻找几个与PDF相关的组件......


I downloaded the XFINIUM.PDF WIN/MONO PROFESSIONAL EDITION 6.2.0 components downloaded from http://www.xfiniumpdf.com/xfinium-pdf-downloads.html and then installed its .msi. It looks to be that there are some missing components.

What I have tried:

Looking for a couple of PDF related components ......

推荐答案

你没有仔细阅读这篇文章。它明确告诉你:

You didn't read the article very carefully. It tells you explicitly:
Quote:

,它检查如何以编程方式处理ASP.NET应用程序中的PDF文件使用 iTextSharp ,一个用于生成PDF的.NET开源库。

that examines how to programmatically work with PDF files from an ASP.NET application using iTextSharp, a .NET open source library for PDF generation.



它甚至在文章的标题中!


It's even in the title of the article!


这篇关于寻找几个PDF相关组件......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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