webodf / ViewerJS

ViewerJS: Document Reader in JavaScript
http://viewerjs.org
1.94k stars 421 forks source link

Rotate buttons #95

Open thenikso opened 9 years ago

thenikso commented 9 years ago

hi there,

I'm considering to user ViewerJS for a project to visualize PDFs in the browser. However I'll need the ability to rotate pages by 90º increments. Is there already a way to do this?

Thanks!

arianmaykon commented 8 years ago

👍 That would be nice, im adding it manually now

purpledawn777 commented 8 years ago

Hello arianmaykon, any chance you could share how you integrated rotation? I'm being asked to drop viewerjs and use pdf.js instead because of the lack of rotation!

arianmaykon commented 8 years ago

@purpledawn777 actually, i ended using pdfjs directly instead of this library. Add manually the rotate actions on ViewerJS its hard.

purpledawn777 commented 8 years ago

ok, I thought the same. Thanks!