适合 iPad 的 PDF 页面大小 (dpi) 是多少?

发布于 2024-10-14 12:43:39 字数 372 浏览 4 评论 0原文

如果使用Quartz绘制PDF并支持放大(使用倾斜图层), 适合 iPad 的 PDF 页面大小 (dpi) 是多少?

目前,我正在 PDF 文件的滚动视图上绘制 3 个视图(上一个、当前、下一个)。 当滚动视图滚动并且当前页面发生更改时,旧的上一个或下一个视图将被删除,并创建和添加新的或上一个视图。

7,8,9 -(转至下一页)-> 8,9,10

在上述情况下,100dpi PDF 就可以了。但是超过150dpi的PDF会遇到崩溃(内存问题)。

在 150dpi 的情况下,前 3 个页面(上一页、当前页、下一页)成功创建并绘制,但应用程序在翻页三四次后遇到崩溃。

如果您使用 iPad 应用程序查看 PDF,请告诉我尺寸 (dpi)。

In case of drawing PDF with Quartz and supporting enlarging it (using tilted layer),
What is an appropriate PDF page size (dpi) for iPad?

Currently, I'm drawing 3 viewes (previous, current, next) on a scrollview for a PDF file.
When the scrollview is scrolled and the current page is changed, the old previous or next view is removed and a new or previous view is created and added.

7,8,9 - (go to the next page) -> 8,9,10

In the above situation, 100dpi PDF is ok. But PDFs over 150dpi encounter crash (memory problem).

In case of 150dpi, first 3 pages (previous, current, next) are successfully created and drawn but the app encounters crash after turning over pages three or four times.

Please let me know the size (dpi) if you made iPad apps viewing PDFs.

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

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

发布评论

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

评论(1

爱已欠费 2024-10-21 12:43:39

您可能已经发现,这取决于内容。经过一番尝试和错误后,我决定在 100dpi 左右。这是针对一些相当视觉化的内容 - 主要是带有一些图像的文本内容可能会更高。

如果您在 150dpi 时遇到内存问题,并且 100 可以正常工作,那么我会坚持使用 100。

As you've probably found out, it depends on the content. After some trial and error, I settled on around 100dpi. That was for some quite visual content - mainly text content with some imagery could probably go a lot higher.

If you're having memory issues at 150dpi and 100 works fine, I'd stick at 100.

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