show full size ie 8x11 PDF on list page

HELP!
I can get a PDF file/doc to show on the list page but its scrolling window height is small, its width is ok but the height is very small [aprox 2 in tall] how do i make it so the pdf is viewable
full size or at least half w/ scrolling.paul

https://discourse.hkvstore.com/t/pdf-view-size/830/1

Got it !!!
under client Scripts
→ table-Specific
→ List Page
→ Client Script…// Write your client script here, no need to add script tags.

ew.PDFObjectOptions = {
width: "1000px",
height: "1000px"
};
1 Like