TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: PDF Diff Tool – Show differences between two PDF files visually

2 点作者 rahimnathwani大约 1 个月前

1 comment

rahimnathwani大约 1 个月前
If you&#x27;re on your laptop, there&#x27;s already a great tool for diffing PDF tools: <a href="https:&#x2F;&#x2F;github.com&#x2F;vslavik&#x2F;diff-pdf">https:&#x2F;&#x2F;github.com&#x2F;vslavik&#x2F;diff-pdf</a><p>It has a great &#x27;view&#x27; mode which shows the two PDFs overlaid in different colors:<p><pre><code> diff-pdf --view a.pdf b.pdf </code></pre> I wanted something similar I could use on mobile, even if it&#x27;s not as good as vslavik&#x27;s tool. This is it.