pdfvuer
pdfvuer copied to clipboard
Zoom in/ Zoom out
Allow setting zoom factor through props.
maybe this ?
_.each(parent.$children, function(pdf){
pdf.drawScaled(0.8)
})
@tanshiqi Can you contribute code snippets highlighting this?
Perhaps it might be wise to modularize the controls like this https://youtu.be/7YZ5DwlLSt8?t=1971
i used
:resize="true"
and scale parent container.