Community Expert
November 29, 2025
Open for Voting
Feature Request: Scripting access to Convert to Point Text/Box Text
- November 29, 2025
- 2 replies
- 224 views
There is no scripting ability to convert Text Layer from Box Text (aka Paragraph Text) to Point Text, or vice versa.
Command IDs for "Convert to Point Text" and "Convert to Paragraph Text" both report "3064".
Running app.executeCommand(3064) does nothing.
This would be very helpful to have in scripting API. Either as working Commmand ID or new methods.
Something like:
TextDocument.convertToPointText()
TextDocument.convertToBoxText()
