Start a new topic

One of our primary users typically puts similar text in the files he reviews. Is there a way to automate adding multiple text objects?

You can instantly add unlimited text using the FAB 3000 Matrix file (Add Array, TEXT) Here's a quick Matrix file I created (in notepad), added text in multiple locations. 

Here's the matrix file contents from the tutorial:

ADD {
CELL=active
UNITS=INCH
TEXTSTYLE=arial.fnt
TEXT=MyTextLayer,0,0.45,0.2,0,FALSE,My Automated Text using Matrix
TEXTALIGN=centerCenter
TEXT=MyTextLayer2,2,1.45,0.4,5,FALSE,My Center-Aligned Text using Matrix
}

Here's the matrix file API description (for a more detailed explanation), https://numerical-help-guide.s3.amazonaws.com/matrixfile/html/matrix-add-array.html 
Login or Signup to post a comment