This content has been marked as final.
Show 1 reply
-
1. Re: Hiding columns/fields in the response portfolio in Adobe Pro X
Thom Parker Nov 2, 2011 8:58 AM (in response to mikruzo2)The response file is a collection. But unfortunately it can't be edited, at least not easily. You can remove a column with a script run in the console window.
this.collection.removeField("FieldName");
The field name is typically the name displayed at the top of the column.
Thom Parker
The source for PDF Scripting Info
pdfscripting.comThe Acrobat JavaScript Reference, Use it Early and Often
Then most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)


