TaTo30 / vue-pdf

PDF component for Vue 3
https://tato30.github.io/vue-pdf/
MIT License
424 stars 62 forks source link

Save rotation angle #100

Closed outOFFspace closed 6 months ago

outOFFspace commented 6 months ago

Hey, Is it possible to update the PDF after rotation? I need to combine multiple PDFs with the option of rotation, but it seems, that currently rotation is not saved to the PDF.

TaTo30 commented 6 months ago

That is not possible, the rotation only is applied on the view not in the document itself.