Anyone know how to adjust Width and Height of Embed PDF in PHPMaker 2020 ?I’ve tried to change the width and height in IMG Tag Attribut but there’s no change visibleAny tips appreciated
thanks arbei for the quick replyClient Script —> Table Specific -----> —> client script
ew.PDFObjectOptions = {
width: ‘900px’,
height: ‘800px’
};works nice :D, case close