On a side question also, do most of you export your print files in 300dpi 100% JPG's regardless of the size you will be printing?
This is an extremly common misunderstanding, but "regardless of size printed" has no meaning, since dpi is NOT a property of the image.
dpi is a property describing printed size dimension on paper. dpi is ONLY about printing a certain size on paper.
Digital images are dimensioned in pixels, for example 6000 x 4000 pixels (which is 24 megapixels). Pixels is all there is, we must consider the pixels.
Dpi only specifies how those pixels will be spaced on paper (printing resolution)... Example, any image dimension of 3000 pixels, if printed to fill 10 inches of paper, can only be printed at 3000/10 = 300 dpi. If we want it to cover 15 inches of paper, it must be printed at 3000/15 = 200 dpi. If you print on 15 inch paper at 300 dpi, the image will only cover 3000/300 = 10 inches of paper (300 pixels per inch spacing).
Dpi is NOT about the resolution of camera images, which can have no idea what size it may be printed. We scale dpi when ready to print it on paper. All of the inches are only on the paper.
When we print on our own printer, by simply specifying "print", the driver will space the pixels at the dpi number, which will determine printed size on paper -
which is the ONLY time the dpi is ever used. On a monitor screen or web page, the dpi number is simply ignored (there are no inches on video screens).
When we send pixels to a print service and specify to print it 8x10 inches, they will scale it (determine dpi) by dividing pixel dimensions by the 8x10 inches.
The dpi number in the JPG file is 100% ignored...
they will print it 8x10 inches regardless, if so specified. But we do need to check the number first, to know if this will be acceptable or not (to know if we provided enough pixels or not).
Metric paper sizes (not dimensioned in inches) surely makes this harder to comprehend. Conversion is 25.4 mm per inch, so 300 dpi is 11.81 pixels per mm.
A2 paper size is 420 × 594 mm, or 16.54 × 23.39 inches,
which if to be printed at 300 dpi, would require an image size of (16.54 x 300) x (23.39 x 300) = 4962 x 7017 pixels.
Or (420 x 11.81) x (594 x 11.81) = 4960x7015 pixels image size (same thing).
So the only idea is to prepare your image to be this desired size in pixels, for this printing goal. It need not be exact, pixel dimensions of plus or minus 20% is close enough in practice (300 dpi, +/- 20%)
Image Resize - Cropping, Resampling, Scaling