Salta al contenuto principale

Compila moduli

Compila moduli PDF online. Completa moduli PDF interattivi senza stampare.

Upload PDF Form

Drag and drop a PDF form here.

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/form-filler1 Credit per richiesta riuscitaOutput: result.pdf
curl -X POST https://itextmaster.com/api/external/pdf-tools/form-filler \
  -H 'x-api-key: YOUR_API_KEY' \
  -F 'file=@input.pdf;type=application/pdf' \
  -F 'options={"fields":{"name":"Jane Doe","email":"jane@example.com"}}' \
  --output result.pdf

Informazioni su questo strumento

Compila moduli consente di completare moduli PDF interattivi direttamente nel browser. Compila campi di testo, seleziona caselle di controllo, scegli opzioni e aggiungi firme senza stampare.

Lo strumento supporta moduli PDF standard e moduli XFA. I dati inseriti possono essere salvati e il modulo può essere “piatto” (flatten) per impedire ulteriori modifiche.

Tutto l'elaborato avviene localmente nel tuo browser, mantenendo privati i tuoi dati.

Come usare

  1. Carica il modulo PDF

    Trascina e rilascia il modulo oppure clicca per selezionarlo.

  2. Compila il modulo

    Clicca sui campi per inserire testo, spuntare caselle o selezionare opzioni.

  3. Salva e scarica

    Clicca Salva per preservare i dati e scaricare il modulo compilato.

Casi d'uso

Moduli di candidatura

Completa candidature di lavoro, richieste di permessi e moduli di registrazione.

Moduli fiscali

Compila documenti fiscali e moduli finanziari in modo elettronico.

Contratti

Compila moduli contrattuali con le tue informazioni prima della firma.

Practical guide

Why choose local processing?

  • Fillable PDF forms 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 a filled PDF form 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 a filled PDF form.
  • 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 complete form fields 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 salvare i progressi?

Sì, puoi salvare moduli compilati parzialmente e riprendere in seguito.

Cos’è il “flattening” del modulo?

Il flattening converte i campi dei moduli in contenuto statico, impedendo ulteriori modifiche.

I moduli XFA sono supportati?

Sì, lo strumento supporta sia AcroForms standard sia moduli XFA.