pdfvuer
pdfvuer copied to clipboard
Scale doesn't seem to work with resize
Using the scale code from the advanced example, but adding the resize
prop seems to break scaling. It seems to reset the scale back (via sync) and re-render the PDF again.
change the the source code,but u should compute the scale by your self.
resizeScale: function () {
if (this.resize) {
// this.drawScaled('page-width');
this.drawScaled(this.scale');
}
}