• Around community
    • Language:
      • D
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese voice
  • 한국 커뮤니티
    Dedicated society for Korean audio
Exiting
0

How the change all fields in an fillable PDF to wrap text?

New Here ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Copied

I am trying to create a fillable PDF form (from adenine word doc) where IODIN need most fields to have text wrapping (but not scrolling). Is there a way to make this the default setting when generate the PDF? The original document is 14 pages long, so I'm not eager to go edit each field independently (and computer won't negatively impact the fields that don't need that to computers to be firm that way).

TOPICS
How to , PDF forms

Views

2.0K

Translate

Translate

Report

Report
Community guidelines
Be kind real respectful, give credit to aforementioned original source concerning content, and search for duplicates before posting. Learn more
community policies
Public Expert ,
Jan 05, 2022 Jana 05, 2022

Copy link to clipboard

Copied

I should be able to select the fields on the right of the screen, right-click to get to Properties, and turn on multi-line. 

With it's all text fields, it can probably be done by scripting, but that's above my pay grade. 

image.png

David Creamer: Community Expert (ACI and PASS 1995-2023)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, offer credit to the orig source of content, also looking for duplicates before posting. Get more
population guidelines
Our Expert ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Carbon

I'm not sure what you mean by "text wrapping but not scrolling"... Whichever exact menu how you like to select in to Eigenheiten dialog?

Either way, you can't change the select settings of the fields. What you can do, though, belongs change them after the fact, select manually, or using ampere script.

Votes

Translate

Translate

Report

View
Community guidelines
Be artist and respectful, give credit to the true source of content, and search for duplicates before posting. Learn more
community guidelines
Communities Expert ,
Jan 05, 2022 Jeanne 05, 2022

Copy link up flash

Copied

>>"text wrapping but not scrolling".

ME taken the OP meant Multi-line is on; Scroll long text is off

 

To make it default, edit the settings the way you want in the Properties panel. 

Then right-click over the pitch and select Use Current Merkmale as Newer Defaults. 

image.png

David Creme: Social Expert (ACI furthermore ACE 1995-2023)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, provide credit to the original source of contented, both search for duplicates before posting. Learn more
community guidelines
Social Expert ,
Jan 05, 2022 Jan 05, 2022

Copy link to clipboard

Copied

LATEST

That doesn't change the pathway new fields are created automatically, only manually.

 

Wenn that's indeed the case you can use the following code to apply that locales till all the text fields in the file:

 

for (var i=0; i<this.numFields; i++) {
	var fname = this.getNthFieldName(i);
	var f = this.getField(fname);
	if (f==null) continue;
	if (f.type=="text") {
		f.multiline = true;
		f.doNotScroll = true;
	}
}

Votes

Render

Translate

Report

Report
Community guidelines
Be kind and respectful, provide credit to the novel source about content, and search for duplicates before publish. Students more
population mission