Forum Replies Created
-
AuthorPosts
-
Stuart Horner
MemberThanks David and Chris for your suggestions. Rebuilding the preferences hasn’t worked so I will investigate Chris’s suggestion tomorrow and let you know.
Stuart Horner
MemberThank you very much Allen. I had no idea those checkboxes were there.
Stuart Horner
MemberHi Masood, I think it would be worth looking at the Content Collector Tool as I’m pretty sure this can do what you want.
Stuart Horner
MemberHi Loic,
Thank you. The need for this is no longer as urgent but I will certainly bear you in mind.
Stuart
Stuart Horner
MemberHi Kenneth, I do have a text pattern in front of the \z but your reply prompted to look at it again and it now works as intended, so thank you!
September 17, 2014 at 8:54 am in reply to: Grouping objects to anchor them – but they already have Object Styles #70643Stuart Horner
MemberJust a thought, but could the grouped objects be pasted inside a container frame, sized to fit the content? The anchored object style could then be applied to that frame?
Stuart Horner
MemberHi Jongware, thanks for this, I wasn’t aware that PNG targeted groups rather than pages but since you can export a selection, that would make sense.
Stuart Horner
MemberThank you guys for your help with this. Jongware, I could have sworn I’d tried that variation but obviously not as it works a treat in CC.
Stuart Horner
MemberThat’s exactly what I wanted. Thanks once again Jongware.
Stuart Horner
MemberThanks Jongware, that’s a huge help and I now have it working.
Stuart Horner
MemberThanks Jongware, I have used ‘location instead of ‘fullName’ but the fonts are no longer saving. The original code is as follows:
function copyFontsToFolder(){
var fonts = [];
var fontPath = []
var fontName = []
for (i=0; i<fontsUsed.length; i++){
fontPath[i] = (fontsUsed[i].location) + “”;
fontName[i] = (fontsUsed[i].fullName);
fonts.push(fontsUsed[i]);
alert (fonts[i].fullName);
}
for (i=0; i<fontsUsed.length; i++){
File(fontPath[i]).copy (targetPath + “/Document Fonts/” + fontName[i]);
}
}This works but does not include the extension so the OS does not recognise the filetype.
Stuart Horner
MemberThanks once again Jongware, that works perfectly. I am really enjoying scripting and those I have written so far have cut a lot of time and tedium from my work.
Stuart Horner
MemberThanks Jongware, I am no longer getting an error but neither does it seem to be working. If I manually export to PNG, specifying only the first page and then run the script that specifies ALL, I still only get the first page.
My code is as follows:
with (app.pngExportPreferences){
PNGExportRange = PNGExportRange.EXPORT_ALL
PNGQuality = PNGQuality.MAXIMUM
exportResolution = 300;
exportingSpread = true;
simulateOverprint = true;
transparentBackground = false;
useDocumentBleeds = false
}I would be very grateful if you could let me know where I'm going wrong. Thank you.
Stuart Horner
MemberThanks for your advice guys. I have seen Soxy mentioned before and shall definitely be using it when the time comes.
February 10, 2011 at 10:12 am in reply to: Auto align tops of various length paragraphs across text boxes #58692Stuart Horner
MemberHi Eric, I can think of no reason why it would do this as you seem to be doing everything correctly. As a test, you could paste the 5 paragraphs of text into a text box, then with the text highlighted, select “Convert Text to Table” from the Table menu. This would prove that the source text is not to blame. If this works, convert the table back to text, copy it, create an empty table and try pasting that into a highlighted cell.
-
AuthorPosts
