I am developing a drawing tool using HTML tag div
,a
,etc. The tool needs a large page over A4 paper size (over 297mm x 210mm) or A3 paper size. I would like to print the whole page in chrome. But chrome prints the left end paper size only.
How do I print the whole page in chrome?
I do not care about horizontal multiple paper pages printed and I also do not care if the answer is about Chrome settings or JavaScript code.