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.
我想在我的 Windows 窗体中添加一个自定义工具箱项,这将允许我在 pdf(在 pdf 查看器中)中绘制矩形区域,并自动获取分区区域的坐标,以便我可以从中读取文本并使用 PDFium 将其保存到文本文件中。但我在 PDFium dll 中没有看到任何工具箱项来执行此操作。
谁能告诉我如何做到这一点?
注意:我还应该能够做多个区域(不同部分使用不同的颜色)并将它们排序以方便我。