How to generate graphics into photoshop using actionscript?

Posted by understack on Stack Overflow See other posts from Stack Overflow or by understack
Published on 2010-04-20T18:59:10Z Indexed on 2010/04/20 19:03 UTC
Read the original article Hit count: 211

I've a text file with content like this:

id, pixelsize, color, text
block1, 200x60, black, Header
block2, 200x180, white, Body
block2, 200x60, black, Footer

Now using actionscript,

  1. I want to generate a psd file which would generate a 3 vertical block graphics (like this) after parsing the given file. All the blocks are placed vertically on top of each other.

  2. Convert this psd file into PDF automatically using the script.

  3. Automate this whole process without opening photoshop. Is it possible?

Please help. Thanks.

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about photoshop