intellij-pdf-viewer icon indicating copy to clipboard operation
intellij-pdf-viewer copied to clipboard

Feature Request: Diff two PDF files

Open tonycromarty opened this issue 4 years ago • 2 comments
trafficstars

Do you have a diff function in the roadmap?

tonycromarty avatar Jun 14 '21 09:06 tonycromarty

I think that should be a separate plugin, because it's essentially an impossible task, and I don't think it exists yet? In which case: https://plugins.jetbrains.com/plugin-ideas or create it yourself by integrating some existing tool.

PHPirates avatar Jun 14 '21 13:06 PHPirates

@tonycromarty What kind of diff do you mean? I did quick research and it seems quite trivial to visually compare two documents by converting each page to an image, although it will be hard to implement rendering of this kind of diff. I think it's a cool feature, but most likely I won't implement it in the near future.

FirstTimeInForever avatar Jun 16 '21 10:06 FirstTimeInForever