Scribus Forums

Scribus => Scripts and Plugins => Topic started by: Gothmorg on February 26, 2022, 02:52:53 PM

Title: Accessing Field Properties
Post by: Gothmorg on February 26, 2022, 02:52:53 PM
I'm currently working on a multi-page document with about a hundred PDF fill-able elements (Checkboxes, Textfields).

Creating those elements with a python script is not a problem, but I'm having problems accessing the field properties which you can find under "Item -> PDF Options -> Field Properties".
I would need to access the properties "Border", "Read Only" and the Validation tab. So my question is, can you somehow set those properties from the script, or from any other batch modification?

Setting those properties for every item would be really tedious, and in case i need to rerun the script, i would need to do it all over again.

Thanks in advance