Skip to content

PDF Rotate

Type: pdf-rotate  ·  Package: PDF Activities v1.0.0  ·  Output: string

Rotate the pages of a PDF by 90, 180 or 270 degrees, and save the result to a new file. Useful for correcting documents scanned upside down or sideways before processing or sending.

Rotate the indicated pages (all, or a range) at the given angle and create a new PDF at output. Returns the path of the created file.

ParameterEditorDescription
pathexpressionSource PDF path.
outputexpressionPath of the resulting PDF.
angleexpressionRotation angle: 90, 180 or 270.
ParameterEditorDescription
pagesexpressionPages to rotate: "all" (def.) or a range such as "1-3,5".

Returns a string with the path of the created PDF.

PDF Rotate path = = ruta output = "C:/corregido.pdf" angle = 90