How can I display two PDF images side-by-side for a visual comparison?
Background:
I run different versions of a model and wish to compare their outputs (Makie plots saved in PDF format). Effectively, I have two directories with several PDF image files. I want to scroll through them, viewing each pair of images side-by-side.
I am open to using an app for this purpose, but have not been able to find one that works well (I am on MacOS).
I am aware of ImageView.jl; it can display to images side-by-side, but those would have to be loaded somehow from the PDF files.
One option is to convert the PDF files to SVG on the fly as suggested at
I am hoping to avoid creating a folder full of temporary files, though.