Re: script to import layers in other file
tanx a lot for all your informations, c.pfaffenbichler i will first read all the pdf to be sure tu use correctly your code !i'll let you know how i deal with your code Do you know where i can find...
View ArticleRe: script to import layers in other file
Adobe Photoshop Scripting | Adobe Developer Connection»Adobe Intro To Scripting.pdf« should be part of the ESTK installation.
View ArticlePlacing Layer.TEXT relatively to top-left corner of the document
Hello everybody My name is Tomasz and I have got my very first question to you guys. Let's say I have a document which is 100 CM x 100 CM square. I need to place a number in a top-left corner of this...
View ArticleRe: Placing Layer.TEXT relatively to top-left corner of the document
Preferences - > Units and Rulers Make everything use the same unit (in this case points). Should be easy now.
View ArticleRe: Placing Layer.TEXT relatively to top-left corner of the document
Hello Dsarchy, thank You for your reply.Unfortunately You missed my point - i's not supposed to be done via Photoshop interface but through Javascript - that's why I put my question in Photoshop...
View ArticleRe: Placing Layer.TEXT relatively to top-left corner of the document
My bad, although the theory applies. If you convert everything over to 'mm' it shouldn't be a problem. 1pt = 0.352777778mm function point2mm(size){ return size * 0.352777778; }
View ArticleSaving as a .PSD and .PNG in separate locations?
Hi,I've been looking for a way to save as a .PSD in one folder, and in another folder automatically save as .PNG.I've found a script to do the .PNG part, but it saves to the same location as the .PSD....
View ArticleRe: Is there a way to quickly break a single text box into multiple text boxes?
Perfect! As a note to new users, in addition to breaking up the entires, the script seems to generate 2 empty layers (just delete them) and keeps the original (which is useful). Thanks,...
View ArticleSmart object in template: saving off each layer as a png.
I know someone must have asked for this before, however, I'm not sure how to phase it perfectly. I have provided many images to help me convey what I want, and I hope that helps. I make many mockups...
View ArticleRe: Smart object in template: saving off each layer as a png.
It there is no perspective distortion need like iPhone example a straight on perspective. That would be a snap to do with a Photo Collage Template PSD and a batch script. The template could be as...
View ArticleRe: Simulate pressing Enter Key
I don't know if javascripting can do it, but you can simulate pressing the enter key with another 3rd party application called AutoHotKey - it will do exactly what you want. Check it out, it's easy to...
View ArticleRe: Smart object in template: saving off each layer as a png.
Seems like it might be close, but not exactly what I need since it'll require me to remake all my files. I'll test it out to see how much time it will save me. In the meantime, more solutions are...
View ArticleRe: Smart object in template: saving off each layer as a png.
Upon further investigation, these are a pretty sweet bunch of scripts. I'll give it a shot on the real content tonight. Thanks!
View Articlespecifying pdf pages
New to scripting. I'm using the extend script toolkit to create scripts to automate some of my tasks. I have figured out how to open specific files in a folder. The files are always pdfs. How do I...
View ArticleRe: specifying pdf pages
You either use the "PDF Processor" or use some of the functions in it's code.It can be found on Paul's website under "PSCS Scripts" @ http://www.ps-bridge-scripts.talktalk.net/Good luck.
View ArticleRe: Smart object in template: saving off each layer as a png.
I created a template for you. http://www.mouseprints.net/old/dpr/iPhone4.psd and saved a png of a one populated
View ArticleRe: Batch replace smart objects
Awesome!I tried pasting the folder selection for "select files" and it wasn't working. This one also doesn't let me select jpgs for some reason.What would the code be with folder selection and...
View Article