Why does the same photo produce different page sizes depending on the DPI?
Because a pixel has no physical size on its own, the DPI is what converts pixels into inches. A higher DPI (like 300, used for print) makes each pixel worth a smaller fraction of an inch, so the final page is smaller; a low DPI (72, the screen value) turns the same photo into a much larger page.
Will the PDF stretch my small photo to fill the A4 sheet?
No, fitting into A4 or Letter only shrinks the image when it is too large for the available margin; a small image is never enlarged past its original size, so it never comes out blurry on the page.
How many images can be combined into one PDF at a time?
The limit is 500 pages, because each page keeps the full JPEG image in memory during file assembly, and a much larger batch risks freezing the browser tab before it finishes.
Does reordering the PDF pages lose image quality?
No, each image is JPEG-encoded exactly once and embedded in the PDF; changing the page order only moves that already-finished JPEG around, without decoding or re-compressing the image again.