Is there a standard size of A4 paper in pixels?
Dimensions of A4 paper are 210mm × 297mm or 8.27in × 11.69in.
For 600dpi resolution, I calculate the paper size in pixels like below:
In imperial system:
Horizontal size = (8.27in) x (600 pixels/in) = 4962
Vertical size = (11.69in) x (600 pixels/in) = 7014
In metric system:
Horizontal size = ((210mm) / (25.4mm/in)) x (600 pixels/in) = 4960.6299 ≅ 4961
Vertical size = ((297mm) / (25.4mm/in)) x (600 pixels/in) = 7015.7480 ≅ 7016
In this answer and this forum, it is said to be 4960 x 7016 pixels.
Why doesn't these numbers hold? What is the true dimensions of A4 paper in pixels in different resolutions?