Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: InDesign panels using strange font when selected #83177

    Thanks David and Chris for your suggestions. Rebuilding the preferences hasn’t worked so I will investigate Chris’s suggestion tomorrow and let you know.

    in reply to: CC Library Query #79481

    Thank you very much Allen. I had no idea those checkboxes were there.

    in reply to: Link pages within the Document #75219

    Hi Masood, I think it would be worth looking at the Content Collector Tool as I’m pretty sure this can do what you want.

    in reply to: Script to datamerge multiple documents #73705

    Hi Loic,

    Thank you. The need for this is no longer as urgent but I will certainly bear you in mind.

    Stuart

    in reply to: GREP End of Sory character #71931

    Hi 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!

    Just 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?

    in reply to: PNG Page Range #67660

    Hi 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.

    in reply to: GREP find not working in javascript #67428

    Thank 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.

    in reply to: Page position in document #66219

    That’s exactly what I wanted. Thanks once again Jongware.

    in reply to: Font extensions mising #65860

    Thanks Jongware, that’s a huge help and I now have it working.

    in reply to: Font extensions mising #65853

    Thanks 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.

    in reply to: Only select tables in current story #34097

    Thanks 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.

    in reply to: Exporting to PNG #63621

    Thanks 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.

    in reply to: Can I still use CS3 after upgrading to CS5? #59416

    Thanks for your advice guys. I have seen Soxy mentioned before and shall definitely be using it when the time comes.

    in reply to: Auto align tops of various length paragraphs across text boxes #58692

    Hi 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.

Viewing 15 posts - 1 through 15 (of 17 total)