摘要: 说是发票里的章没显示。 发票里的章的图像还是有点特殊的,通常为了简单印章图片都会用jpg, png, gif等图片格式 但发票有可能是为了自身体积最小化,它的印章图片也是一个小ofd文件,这样图片就可以用path, text等矢量表达出来还无损 阅读全文
posted @ 2023-12-20 13:45 xiloureader 阅读(164) 评论(0) 推荐(0)
摘要: bool annot_has_outerbox = true; auto boundary = apparence->GetAttribute(L"Boundary"); if (boundary.GetStringLength() <= 0) { boundary = elem->GetAttri 阅读全文
posted @ 2023-12-06 18:14 xiloureader 阅读(60) 评论(0) 推荐(0)
摘要: 支持&lt;ofd:Rotate&gt;非标准的页面旋转属性 auto area = xml_->GetFirstChildNamed_NoPrefix(L"Area"); if (area) { bbox_ = doc_->ParseArea(area); auto rotate = area->GetFirstChildNamed_NoPrefix(L"R 阅读全文
posted @ 2023-12-05 20:07 xiloureader 阅读(8) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-12-04 10:43 xiloureader 阅读(75) 评论(0) 推荐(0)