Salta al contenuto principale

Dividi PDF

Dividi i file PDF in più documenti. Estrai pagine specifiche o suddividi per intervalli di pagine.

Carica file PDF

Trascina e rilascia un file PDF qui, oppure clicca per sfogliare.

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/split-pdf1 Credit per richiesta riuscitaOutput: result.zip
curl -X POST https://itextmaster.com/api/external/pdf-tools/split-pdf \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"mode":"ranges","ranges":[{"start":1,"end":2},{"start":3,"end":5}]}' \
  --output result.zip

Informazioni su questo strumento

Dividi PDF consente di suddividere un singolo documento PDF in più file più piccoli. È ideale per estrarre capitoli specifici, separare documenti combinati o creare file individuali da un PDF multipagina.

Puoi dividere per intervalli di pagine, estrarre pagine singole o suddividere il documento a intervalli regolari. Il tool offre un’anteprima visiva delle pagine, rendendo facile selezionare esattamente ciò che ti serve.

Tutta l’elaborazione avviene localmente nel tuo browser, garantendo che i documenti restino privati e sicuri.

Come usare

  1. Carica il PDF

    Trascina e rilascia il PDF oppure clicca per sfogliare e selezionare il file da dividere.

  2. Seleziona il metodo

    Scegli come dividere: per intervalli di pagine, estrai pagine specifiche oppure dividi a intervalli regolari.

  3. Definisci gli intervalli

    Inserisci i numeri di pagina o gli intervalli da estrarre (es. 1‑5, 8, 10‑15).

  4. Dividi e scarica

    Clicca su “Dividi” per creare i nuovi PDF e scaricarli singolarmente o come archivio ZIP.

Casi d'uso

Estrai capitoli

Dividi un libro o un manuale in capitoli singoli per una lettura o distribuzione più agevole.

Separa scansioni combinate

Suddividi un documento scansionato in batch in file individuali per ciascun documento originale.

Crea dispense

Estrai slide o pagine specifiche da una presentazione per creare dispense mirate.

Practical guide

Why choose local processing?

  • Multi-page 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 separate PDF files 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 separate PDF files.
  • 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 split or extract 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 dividere un PDF in pagine singole?

Sì, puoi dividere un PDF in file a pagina singola selezionando l’opzione “Dividi ogni pagina”.

Cosa succede ai segnalibri durante la divisione?

I segnalibri che ricadono nell’intervallo estratto vengono preservati nei PDF risultanti.

Posso dividere PDF protetti da password?

Prima occorre decriptare il PDF usando lo strumento “Decripta PDF” e poi effettuare la divisione.