Salta al contenuto principale

Ruota PDF

Ruota le pagine PDF di 90, 180 o 270 gradi.

Carica file PDF

Trascina e rilascia un file PDF per ruotare le pagine.

API per sviluppatori

Disponibile via API

Automatizza questo workflow PDF con la PDF Tools API. Ogni richiesta riuscita costa 1 Credit e i tentativi falliti vengono rimborsati automaticamente.

/api/external/pdf-tools/rotate-pdf1 Credit per richiesta riuscitaOutput: result.pdf
curl -X POST https://itextmaster.com/api/external/pdf-tools/rotate-pdf \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"angle":90,"pages":"all"}' \
  --output result.pdf

Informazioni su questo strumento

Ruota PDF gira le pagine del documento di 90, 180 o 270 gradi. Correggi scansioni con orientamento errato, ruota pagine orizzontali o regola l’orientamento per la visualizzazione.

Ruota tutte le pagine in modo uniforme oppure seleziona pagine specifiche da ruotare singolarmente. Lo strumento preserva contenuti e formattazione.

Tutto l’elaborato avviene nel tuo browser, garantendo che i documenti restino privati.

Come usare

  1. Carica il PDF

    Trascina e rilascia il file PDF oppure clicca per selezionarlo.

  2. Seleziona la rotazione

    Scegli l’angolo di rotazione e le pagine da ruotare.

  3. Ruota e scarica

    Clicca Ruota per applicare le modifiche e scaricare.

Casi d'uso

Correggi scansioni

Correggi l’orientamento dei documenti scansionati.

Pagine orizzontali

Ruota le pagine in orizzontale per una corretta visualizzazione.

Orientamento misto

Uniforma l’orientamento in documenti con pagine miste.

Practical guide

Why choose local processing?

  • Misoriented PDFs can contain contracts, invoices, identity details, or internal business information, so keeping processing in the browser reduces exposure.
  • The website tool is free to use with no usage limits and does not require sign-in.
  • Local processing also keeps iteration fast: adjust options, preview the result, and export correctly oriented pages without waiting for an upload queue.

Best files for this tool

  • Best for PDF files that open correctly in a modern browser and are not intentionally damaged or restricted.
  • Works well for everyday business, school, legal, finance, and personal documents where you need correctly oriented pages.
  • For very large files, close unused tabs and process one batch at a time so the browser has enough memory.

Common limitations

  • Encrypted or permission-restricted PDFs may need to be unlocked before processing.
  • Scanned pages, unusual fonts, complex layers, and damaged files can reduce accuracy or processing speed.
  • Browser memory and device performance matter more for local tools than for upload-based services.

Local processing vs upload-based tools

  • Local tools keep routine website processing on your device, while upload-based tools send files to a remote server.
  • Upload-based services can move heavy work off your computer, but they add transfer time and require trusting a server with your files.
  • Use the API when you intentionally need server-side automation; use the website when you want private manual processing.

What to do if processing fails

  • Try a smaller file, a shorter page range, or one file at a time if the browser runs out of memory.
  • If a PDF is encrypted, damaged, or restricted, unlock or repair it first and then retry the workflow.
  • If the output looks wrong, check whether the source file uses scans, complex transparency, form fields, or unsupported embedded objects.

API automation

Automate rotate pages with the PDF Tools API. Each successful request uses 1 Credit, and every signed-in user receives 100 free API Credits each month.

Domande frequenti

Posso ruotare pagine diverse in modo diverso?

Sì, puoi applicare rotazioni differenti a pagine differenti.

La rotazione influisce sulla qualità di stampa?

No, la rotazione preserva la qualità dei contenuti.

Posso ruotare di angoli personalizzati?

La rotazione è limitata a incrementi di 90° (90, 180, 270).