Rotate pages in a PDF
Rotate selected pages of a PDF by a fixed angle, in a Power Automate flow. No code to write, and no document is stored after the run.
Use this action to rotate one or more pages in a PDF document.
Some parameters below are rolling out to the published PDF Blocks connector and may not appear in your environment yet. To use them today, import the connector from GitHub as a custom connector.
Parameters
File ContentFilerequiredThe content of the input PDF document.
AngleInteger NumberrequiredThe angle of rotation of the page or pages. Valid values are 0, 90, 180, 270, -90, -180, or -270. Positive numbers rotate clockwise. Negative numbers rotate counter-clockwise.
PagesStringThe pages to rotate, as a comma-separated list of page numbers and ranges (for example 1..3,5). A negative number counts from the end, so -1 is the last page. Leave empty to rotate every page. This field is optional. Do not combine it with First Page / Last Page.
First PageInteger NumberThe page number of the first page to rotate in the PDF document. This field is optional. The value is 1 or more. This is a legacy field kept for backward compatibility; prefer Pages, and do not combine it with Pages.
Last PageInteger NumberThe page number of the last page to rotate in the PDF document. This field is optional. The value is 1 or more. This is a legacy field kept for backward compatibility; prefer Pages, and do not combine it with Pages.
Response
Rotated PDF File ContentFileThe content of the PDF document with some pages rotated. You can use it as an input to other actions in your flow.