MGrin / mgr-pdf-viewer-react

React PDF Viewer component
MIT License
72 stars 24 forks source link

Rotate pdf #46

Closed FranciscoMateusVG closed 3 years ago

FranciscoMateusVG commented 3 years ago

Hi! Is it possible to rotate the pdf ? Some files como upside down and i need to view them in the right position.

MGrin commented 3 years ago

Hi, Unfortunately there is no such a way, and also I'm not sure the pdf-react package, on top of which this one is built, has this feature... Honestly I've never seen such a functionality in an embedded pdf viewers.... I think the best way to do so is to rotate the pdf on your backend and then return the new, rotated, version as base64 to your frontend and then render it...