Thanks for reply.
(2) I had the same impression earlier that images are overlapping at edges, but actually it is not. Pl. take a look at PDF content object and image objects, chk the sizes and positions (CTM) of each image , due attention is given that images common edge should not overlap.
(1) Why Adobe Reader shows those lines, when print does not ?
Yes, in fact I have looked at the PDF file in detail.
In the first case, you will see where the cursor located that there is only one image as shown by the Object Inspector:

However, where the thin, black line is located on which I moved the cursor, there are indeed objects on top of each other:

The problem is that images are measured in integral pixels and the starting positions are in floating point numbers. Round offs can easy cause these stitching artifacts. That's why we always advise against abutting images together and hoping that there are no artifacts, especially when transparency is involved. It is fortunate that the flattening of the transparency in the print process happened to wipe out the artifact, at least in the case I tried. These images should have been combined into one integral image before PDF creation. Regrettably, the PDF file in question didn't properly identify what created it.
- Dov