Image and PDF read limits are now fixed profiles: 3 PDF pages, images downscaled to 2000x2000.
What's wrong with this entry?
Limits on reading images and PDFs are collected into named profiles, chosen by a switch between session and default settings. Raw images are capped at 307200 bytes, a PDF read covers at most 3 pages, and oversized images are downscaled to fit 2000x2000 and 5242880 bytes of encoded data.
- The whole-PDF read budget in one profile is 0 bytes, so PDFs go through the per-page path rather than being read in full.
- Which profile applies is decided per session rather than globally.
pdfMaxPagesPerRead
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.