omgmog / photoshop-text-export

Photoshop jsx script to export all text and text styles from a .psd
31 stars 18 forks source link

Does not work in CC 2015 #2

Open jm3 opened 8 years ago

jm3 commented 8 years ago

Error 8800: General Photoshop error occurred.

This functionality may not be available in this version of Photoshop.

- <no additional information available>
Line: 148
->                              fileOut.writeln('* capitalization: '+    
(currentLayer.textItem.capitalization=="TextCase.NORMAL"?"normal":"uppercase"));
Blumed commented 8 years ago

Which log file are you in? What is the path?

Blumed commented 8 years ago

Did you uncomment that line? The lines I have commented out are commented because they break the script completely. Essentially when I first stumbled upon this solution. I was getting the same errors. I slowly commented out the things that it was erroring on and eventually it just worked. Although, it used to launch the html page and it rendered perfectly. The data it is sending to the browser no longer seems to be accurate, but if you just double click the file it opens and renders just fine.