Does iTextSharp rely upon COM interop at any point

青春壹個敷衍的年華 提交于 2019-12-11 04:49:43

问题


Our IIS7.5 website needs to inject some data into a PDF (filling in form fields) immediately before the PDF is downloaded by the user. The users are employees of our customers, and we know which company they work for, and a program on our server would be injecting company-specific data into several fields. iTextSharp might be just the ticket. Is it 100% native CLR code, or does it rely at any point upon COM interop?


回答1:


iTextSharp core is 100% managed code with no COM Interop and no dependencies except for .Net (and I believe Mono works, too). To the best of my knowledge the same is also true of the related projects such as XmlWorker. Even the crypto that it uses, although it comes from bouncy castle, is actually embedded directly into the core library instead of being linked/referenced.



来源:https://stackoverflow.com/questions/18877571/does-itextsharp-rely-upon-com-interop-at-any-point

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!