This custom implementation includes a zoom-in and zoom-out feature. When clicking on zoom in, the value of [zoom]
increases by 0.25, and when clicking zoom out, the value decreases by 0.25.
The PDF container div has a width of col-md-6
and a maximum height set to 950px
. Both the overflow-x
and overflow-y
properties are set to scroll
.
If horizontal scroll bars appear after clicking zoom in, the text after the scrollbar may be shaded.
https://i.sstatic.net/55OnG.png
Looking for solutions to this issue?