PDF Rotation in the merge save

I’m rotating a pdf using the following function, but when I’m going to merge the pdf it doesn’t save the rotated file, in xfdf, it shouldn’t contain anything about the rotation of the file and merge the way I’m viewing it.

docViewer.rotateClockwise();

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Hey there,

The rotate APIs only rotate the view of the document, not the actual document itself. PDF.js Express does not support PDF manipulation, which means that permanently rotating a document is not supported.

Thank you!
Logan

Hello @Logan

I just want to get the direction of the rotation, like is it clockwise or counter clockwise ?

How can I get the correct direction of rotation for PDF, I just want that event or value when doing different rotation,

I am using PDFJS EXPRESS viewer (free version) if you can help, that will be very helpful.

I get the value when user rotate the PDF (3,2,1,0 or 1,2,3,0)

but I required the direction of that pdf rotate pleas help.