18
Views
1
Comments
[PDF Helper] Feature request: Rotate PDF
pdf-helper
Service icon
Forge asset by Pramod Jain
Application Type
Service

Is it possible to add functionality for rotating PDF files?

2023-11-20 06-53-17
Neha Rathore

Hi @Raymond Vermeer,

In PDF Helper forge component I cannot find the option for the rotation. You can use Javascript if you want to rotate the PDF.

instance.applyOperations([  {    type: "rotatePages",    pageIndexes: [0], // Rotate page 0.    rotateBy: 90 // Rotate page 90 degrees clockwise.  }]);

Thanks


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.