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.
我想在 Objective-C 中无损地将 PDF 转换为光栅图像。为此,不得将 PDF 绘制到上下文中。此外,我需要能够缩放 PDF。有任何想法吗?
通过将 PDF 转换为光栅表示,您将其隐式绘制到位图图形上下文中。没有办法解决这个问题。为什么你认为你需要避免这样做?你在这里的最终目标是什么?