Skip to main content
Participating Frequently
March 19, 2024
Question

Exporting to PDF

  • March 19, 2024
  • 1 reply
  • 464 views

I created a form in InDesign with multiple text boxes to type information. Actually I used rectangle tool to make the boxes if that makes a difference. Once exported and opened in Acrobat, some of the boxes had red strokes around them. The picture on the leftis the InDesign doc and on the right the pdf. Any help will be appreciated.

 

This topic has been closed for replies.

1 reply

BobLevine
Community Expert
Community Expert
March 19, 2024

Can you post the files?

Robert QAuthor
Participating Frequently
March 19, 2024

Yes, here they are. Thank you for your help.

Robert

Robert at ID-Tasker
Legend
March 19, 2024

@Robert Q 

 

There is even more info available:

 

 

$$$/StateType/NormalOff

 


@Robert Q 

 

Here is a simple JavaScript to reset "required" property:

 

app.activeDocument.textBoxes.everyItem().required=false;
app.activeDocument.checkBoxes.everyItem().required=false;