Re: batch conversion from pdf to Word
You are correct it does. The reason it was failing for me was that one of the files in a lower directory had the same name as a file in the upper directory. Acrobat has a history of not liking this. So...
View ArticleRe: Chinese fonts stopped working in InDesign CC 2014. Anyone know why?
Michael, It is possible, but why would they have worked before and just now stopped working. I have tried fonts that I downloaded, as well as, fonts that are Unicode and native to Adobe. I get the...
View ArticleRe: 3200x1800 display laptop with PSCS6
Thank you Chris. However, this doesn't help when one has paid the price for CS6! I can't afford now to convert to the Cloud version as well. Adobe should be including the same changes in the "offline"...
View ArticleRe: I try to install updates from creative Cloud, but get this message: The...
Hi Herkild, The error is because the installation files are not able to access one or more folders like Temp & others, try the following steps: MAC: 1) Set permissions to /tmp folder by going to...
View ArticlePlease help. My Adobe InDesign document keeps crashing when I adjust the...
Please help. My Adobe InDesign document keeps crashing when I adjust the screen resolution to High in the View menu. Desperately trying to get my magazines prepared for press today! HELP! My...
View ArticleRe: ベタ塗りレイヤーについて教えて下さい
リトルグリーンメンさん 返信が遅くなってしまい申し訳ありません。お答えして頂きありがとうございます。 レイヤーとブラシの両方で乗算を設定できるとは知りませんでした。混乱していたので、目からウロコが落ちた気分です。それとレイヤーの描画モードがレイヤー一覧の上にあることも知りませんでした…。(レイヤーの新規作成時のみモードを設定できると思っていました…。)...
View Articlemy mastro page is not the final page. I can't modified it. The mastro is long...
my mastro page is not the final page. I can't modified it. The mastro is long 800px but in the design page is long 1000, why?
View ArticleRead .txt file and input into textFrames
Couldn't find a script to read txt file and input the info into textFrames in the document. wrote this simple script Hope any1 finds this useful
View ArticleRe: How can I reinstall Photoshop CC?
Yes Robin, either you can uninstall Photoshop CC 2014 or install Photoshop CC directly from Adobe CC desktop application. Please check out this link to know the procedure to download previous versions...
View ArticleRe: I get the error "You can’t use this version of the application “Adobe...
What version of OS X down to last a decimal point are you trying to use? What builder of CS 6?System requirements | After Effects
View ArticleRe: Read .txt file and input into textFrames
doc = app.activeDocument; var srcPath = doc.path +"/codes.txt" // put the codes.txt in the same folder as the .Ai file var codeFile = new File (srcPath); var openF = codeFile.open ("r");if (openF) {...
View Articlepdf files not opening properly since updating to 1.7.1.418
I've saved a file in pdf format in Illustrator & the tried opening in Photoshop & it doesn't display/open. I've only had this issue since updating to version 1.7.1.418
View ArticleLightroom does not recognize external disk in some backups
Strange thing: I have opened LR (5.3) today. Last time was a few days ago.I have 2 ext harddisks. 1st is called WDPhotoDrive with station letter 'F' and 2th is called WDPhotoDriveBackUp with...
View ArticleRe: Following Doug Winnie's Episode 19 Drag and Drop Objects
Based on the errors it appears you have assigned something a class name "dragMe" and are confusing that with an instance name. The dragMe in your code is targeting an instance on the stage, not a...
View ArticleRe: opening images in external programs from Lightroom
I have managed to solve the second of my questions but I am still stuck on the first one.Hope someone can take the time to help Dave.
View ArticlePS CS6 hanging on measuring memory during startup
Hello! So, I use Photoshop a lot and it has worked fine on my PC, but all the sudden now it won't start up anymore. It gets to the splash screen and then freezes at "Measuring memory". It worked fine...
View ArticleRe: batch conversion from pdf to Word
I don't think that should cause a problem, unless you set it up so that all the generated files are saved in the same output folder.
View ArticleRe: Can you make a script for select cells?
Hi John, Try this. var doc = app.activeDocument, _selection = app.selection[0], _object = []; if(_selection instanceof Table) { for(var i =0;i<_selection.rows.length;i++) {...
View Article