Skip to main content
Participant
May 27, 2022
Question

Impose PDF after filled form

  • May 27, 2022
  • 1 reply
  • 474 views

Hi, we've created an PDF with forms to make it simple to make business cards.

 

After all text has been added we would like to impose (original version/plug in : quite impose) but all text (form text only) is gone. Try'd to use PDF A / PDF X etc but nothing works...

 

How to "hold" the text in imposed pdf? Please see attached file, if you impose this nothing will be visible.

 

Hope someone can help us, thanks in advance.

KR Ferry

This topic has been closed for replies.

1 reply

Legend
May 27, 2022

Some PDF imposition tools have the option to flatten form fields. 

ReprofAuthor
Participant
May 27, 2022

Thanks, is it possible to flatten a PDF in adobe acrobat pro? Would be ideal

try67
Community Expert
Community Expert
May 27, 2022

Sure. Create a Custom Command that runs this JS code:

this.flattenPages();

Note this process is not reversible, so make sure to save the flattened file under a new name, just in case you want to change something in it later on.