I am using React Native to make an Android App for the billing app and the output paper is 216mmX279mm which is not true PDF size,
I am using expo-print, printToFileAsync and from the expo
I want PDF output exactly A4 size which 210mmX297mm
I looked it up at the expo print documentation
and it took me .@page docs on MDN website
How do I Change Output to A4 size
I checked the Documentation of print andFilePrintOptions
it says
Height of the single page in pixels. Defaults to 792 which is a height of US Letter paper format with 72 PPI.
So How Can I change default to A4 and increase DPI?

