AQGridView 和 PDF 缩略图

发布于 2024-12-11 13:00:08 字数 323 浏览 1 评论 0原文

这是一个相当技术性的问题,但它仍然是一个有效的问题。我有一个基于 AQGridView 项目的应用程序。有谁知道从单元格(objectatindex)获取 url,然后一次发送这些链接以获得第一个 pdf 页的缩略图的有效方法。之后,我需要做的就是将其设置为单元格的图像。我查看了 this 并发现它并不令人满意是非无效且不可分派的。我尝试过在 void 方法中调用它,但它试图立即解析每个链接,而且它们是非常大的 PDF。

A rather technical question, but it's still a valid one. I have an app based rather loosely on the AQGridView project. Does anyone know an efficient method for getting the url's from a cell (objectatindex) and then sending those links one at a time to get a thumbnail of the first pdf page. After that all I would need to do is just set it as the image for the cell. I have taken a look at this and found it unsatisfactory as it is non-void and un-dispatch-able. I've tried calling it in a void method, but it was trying to parse every link at once, and they are very large PDF's.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云柯 2024-12-18 13:00:08

没关系,Raphael Cruzeiro 的这个 项目 完美地说明了这一点。

Nevermind, this project by Raphael Cruzeiro Illustrates it perfectly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文