提交 858299f5 编写于 作者: W WMJ

-解决无法提取表单内图片的问题(#152)

上级 cb26221d
......@@ -128,7 +128,7 @@ namespace PDFPatcher.Processor
}
foreach (var fri in fr) {
stream = PdfReader.GetPdfObject(fri.Value) as PRStream;
if (stream != null && _Refs.Add(fri.Value) == false) {
if (stream != null && _Refs.Add(fri.Value)) {
subType = stream.GetAsName(PdfName.SUBTYPE);
if (PdfName.IMAGE.Equals(subType)) {
_imageInfoList.Add(new ImageInfo(fri.Value as PRIndirectReference));
......
......@@ -59,6 +59,7 @@
当主程序界面窗口显示不完整时切换功能页面时界面会冻结。
编辑器不支持空白页码标签。
在某些情况下会重复提取图片。
无法提取表单中的图片。
0.6.2.0 2021年11月9日
新增功能:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册