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.
有没有人设法为最终用户提供更新的 PDF,允许该用户将他的本地注释转移到新的 PDF 并将注释保留在正确的页面上,即使在更新 PDF 的早些时候插入了页面PDF比注释。
我认为可能有人使用了页面地图或页面指南方法。
抱歉 - 我希望这很清楚。
您可以使用页面内容流代替使用页面索引作为页面的 ID(在解码/解压缩之后)。大多数 PDF 库都会让您访问它,因此您可以从页面内容计算 MD5 散列并在“更新”文件中搜索它,以便知道将注释传输到哪里。
这是假设页面内容确实相同,这不是常见的情况。