Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 c# 中使用 iTextshrp 获取嵌入的图像(在 pdf 中)以与 pdf 页面进行比较,以检查图像在 pdf 页面中覆盖了多少区域。
但我得到了嵌入图像的实际宽度(以像素为单位)。有什么办法可以得到嵌入的尺寸?
你可以看看我的程序的源代码
http://pdfebookcutter.codeplex.com/
在paint函数中,应该有一个检索图像大小的函数。