I am not a specialist in PS program code, but to me this appears to be quite similar to the Nexus Link files you refer to.
The file DotSpy generates, is not a merged hires file (and you don't even need to 'Merge Windows' on DotSpy.) The EPS generated by DotSpy is quite like a regular Link file generated by your Nexus WorkFlow.
See this code snippet from the EPS link file I created on DotSpy from a set of Nexus 1-bit Tiffs as a test:
Code:
%PCCProxyType: Separated TIFF
%PCCLink: (Cyan) (J31P001_R_Cyan.tif)
%PCCLink: (Magenta) (J31P001_R_Magenta.tif)
%PCCLink: (Yellow) (J31P001_R_Yellow.tif)
%PCCLink: (Black) (J31P001_R_Black.tif)
%PCCLink: (PANTONE 192 C) (J31P001_R_PANTONE 192 C.tif)
%PCCLink: (PANTONE Reflex Blue C) (J31P001_R_Reflex.tif)
%SSiBoundingBox: 0 0 1842.510 1417.320
%%CropBox: 0 0 1842.510 1417.320
%%EndComments
{
/PCCReplaceImages where {pop PCCReplaceImages} {false} ifelse {
<<
(Cyan) (J31P001_R_Cyan.tif)
(Magenta) (J31P001_R_Magenta.tif)
(Yellow) (J31P001_R_Yellow.tif)
(Black) (J31P001_R_Black.tif)
(PANTONE 192 C) (J31P001_R_PANTONE 192 C.tif)
(PANTONE Reflex Blue C) (J31P001_R_Reflex.tif)
>> PCC_Separated_TIFF_Helper
}
The references to the separation 1-bit Tiff files (J31P001_R_[
separation].tif) are relative paths. So the hires files
must be moved to the Nexus "Pages" folder, as selected in Nexus Preferences. Nexus will then detect the image replacement function in the link file, and insert the hires Tiff data into the PostScript stream - just as it does with the OPPO files.
I tested this with DotSpy 4.5 rev 1, ArtPro 9.6.3 and Nexus 9.5.5 on Mac platform and it works just fine!
Please be aware, this doesn't seem to work with any flavor of PDF exported from ArtPro and Nexus PDF Rip. (Or I just didn't know how to do it properly...
)
(Here I feel I must include my motto and Standard Disclaimer(tm) : "
I have been known to be wrong." If any of you PS gurus out there disagree with any of this, please feel free to correct me!)