/ Id-Extras Forum / How to control font size of checkbox before exporting to PDF / Reply To: How to control font size of checkbox before exporting to PDF
December 9, 2022 at 1:03 am
#7110
Keymaster
Hi Teagan,
Again, I think you’re more of an expert than I am about the details of form creation (I just make the tool, not the forms!), but I think the following line of script, added as a document script in InDesign, should work. The idea here is the same as I posted in your previous question — to add a document script and then delete it before distributing the PDF:
this.getField("Check Box 1").textSize = 6;
Obviously, you would change the field name in quotes to whatever you’ve called your field, and change the point size to whatever you want (you mentioned 6).
Does that work?