简体   繁体   English

将页面地图与PDF结合在一起,以便注释随更新的PDF中的页面一起移动

[英]Combining a page map with a PDF so that annotations move with pages in updated PDFs

Has anyone managed to provide an end-user with an updated PDF, allowing that user to transfer his local annotations to the new PDF and keeping the annotations on the correct page, even when there are pages inserted into the update PDF at a point earlier in the PDF than the annotations. 是否有人设法向最终用户提供了更新的PDF,即使该用户在更新的PDF的早期版本中插入了页面,也允许该用户将其本地注释转移到新的PDF并将注释保留在正确的页面上。 PDF而不是注释。

I thought there might be a page map or page guid approach that someone has used. 我认为可能有人使用过页面地图或页面导航方法。

Sorry - I hope that is clear. 抱歉-我希望这很清楚。

Instead of using the page index as ID of the page, you can use the page content stream instead (after decoding/decompression). 除了使用页面索引作为页面的ID之外,您还可以使用页面内容流(在解码/解压缩之后)。 Most PDF libraries will give you access to that, so you could compute an MD5 hash from the page content and search for that instead on your "updated" file in order to know where to transfer your annotations. 大多数PDF库都会为您提供访问权限,因此您可以从页面内容中计算MD5哈希值,然后在“已更新”文件中进行搜索,以了解将注释传输到何处。

This is assuming that the page content will be indeed identical, which is not a common scenario. 这是假定页面内容确实相同,这是不常见的情况。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 版本控制和与 pdf 合并; 不断更新的注解 - version control and merging with pdfs; constantly updated annotations 使用页码从其他PDF生成PDF - Generate PDF from other PDFs with page numbers 如何将Word文档/ pdf /图像的部分(每页多个部分,多页)提取为单独的图像/ Word文档/ pdfs? - How do I extract sections (multiple sections per page, multiple pages) of a word document/pdf/image as separate images/word documents/pdfs? iPhone:将所有语音备忘录 + 由 Safari 页面打印(使用“书籍”导出的 pdf)生成的所有 pdf 批量移动到 pc - iPhone: bulk move ALL voice memos + ALL pdfs generated from Safari page prints (pdf-exports using “Books”) to pc 将 2 个 PDF 页面合并为 1 个页面 - Merge 2 PDF pages into 1 page 将页面移至PDF末尾 - Move a page to the end of the PDF PDF 注释/注释是否可以包含指向 PDF 中其他页面的链接? - Can PDF notes/annotations include links to other pages in the PDF? 并排合并2个Pdfs - Combining 2 Pdfs side by side 使用 PDFBOX 从两个 PDF 创建一页 PDF - create a one page PDF from two PDFs using PDFBOX 合并两个pdf时如何在输出pdf中添加页码? - How to add a page number to the output pdf when merging two pdfs?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM