Skip to main content
Participant
March 11, 2024
Question

Convertir formulaire remplissable en pdf normal

  • March 11, 2024
  • 2 replies
  • 537 views

Bonjour,

J'ai créé un formulaire pdf remplissable.

Je l'ai envoyé et on me l'a retourné rempli, et j'aimerai maintenant l'enregistrer tel quel sans les champs modifiable est-ce possible ? Car notre imprimeur ne prend pas en charge les cases modifiables et les transfome en blanc vide...

Merci de votre aide !

This topic has been closed for replies.

2 replies

JR Boulay
Community Expert
Community Expert
March 11, 2024

En plus de ce qu'a écrit try67 j'ajoute que pour aplatir le formulaire vous pouvez utiliser le plugin gratuit Aplatir qui est disponible avec les abracadabraTools, si c'est quelque chose que vous faites souvent ce sera plus pratique :

https://www.abracadabrapdf.net/utilitaires/acrobat-plugins/abracadabratools/

Acrobate du PDF, InDesigner et Photoshopographe
try67
Community Expert
Community Expert
March 11, 2024

I assume you mean without the fields, but with the data the user entered into them... To do that you can flatten the fields. In Acrobat Pro you can use an Action or a Custom Command with the following script to do it:

this.flattenPages();

Just note this is NOT reversible, so make sure you keep a copy of the original file, just in case.

Also note that if you have scrollable text fields any text that is not visible on the page will be lost, so make sure to set their font size to Auto first, and to turn off scrolling, so the full text will appear on the screen.

In addition, I would look for a new printer, as this is not normal behavior. Form fields should print just fine.