pdfvuer icon indicating copy to clipboard operation
pdfvuer copied to clipboard

Zoom in/ Zoom out

Open arkokoley opened this issue 6 years ago • 4 comments

Allow setting zoom factor through props.

arkokoley avatar Oct 08 '18 09:10 arkokoley

maybe this ?

_.each(parent.$children, function(pdf){
    pdf.drawScaled(0.8)
})

tanshiqi avatar Oct 08 '18 09:10 tanshiqi

@tanshiqi Can you contribute code snippets highlighting this?

arkokoley avatar Oct 08 '18 19:10 arkokoley

Perhaps it might be wise to modularize the controls like this https://youtu.be/7YZ5DwlLSt8?t=1971

FossPrime avatar Oct 16 '18 20:10 FossPrime

i used

            :resize="true"

and scale parent container.

alex-eri avatar Jul 30 '21 02:07 alex-eri