Back

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

Forum Replies Created

Viewing 15 posts - 271 through 285 (of 500 total)
  • Author
    Posts
  • Masood Ahmad
    Participant

    Wow, when everyone is asking for a script then how can I be left behind. Please email me the same at masoodahmad@inbox.com, I’ll upload it to Hightail and share the link here on the forum.

    in reply to: Tabs to move when adjusting text box CS6 #82249
    Masood Ahmad
    Participant

    Chris, this has nothing to do with the ME version, the Justify-Right can align the table to the right. But Brendon wants the tables/tabs to squeeze/expand as the width of the text frame changes.

    I don’t recall any such feature in InDesign, may be some script can do this magic.

    in reply to: Gap between frame and table #82248
    Masood Ahmad
    Participant

    Check the Inset Spacing or the indent values of the text frame. Also if you are not using table/cell borders, then make the Cell Inset values to zero.

    Hope that works for you.

    in reply to: Flip object animation? #82244
    Masood Ahmad
    Participant

    Very well… nice tip, thanks for sharing

    in reply to: ? a m w ? ???.C o m?????~? ?????????????? #82189
    Masood Ahmad
    Participant

    Is this some kind of a spam? I don’t see it has any meaning.

    @David, please block such posts.

    in reply to: Page Break Style #82188
    Masood Ahmad
    Participant

    The style of the last paragraph is followed whenever we insert a break.

    If you want to apply a different paragraph after the page break, then you have to do it manually.

    in reply to: Deleting indesign edition on some paragraphs #82187
    Masood Ahmad
    Participant

    Try using the built-in GREP saved query under the Find/Change dialog box.

    The query is called “Multiple Space to Single Space”

    Hope that works for you.

    in reply to: How to convert text to a graphic with styles? #81127
    Masood Ahmad
    Participant

    Well, then, some script writer can help you on this. Good Luck :)

    in reply to: Ignore . (period) that is an abbreviation in InDesign CC #81125
    Masood Ahmad
    Participant

    Hi Robert, to avoid this, just add the “oz.”, “lbs.” to your Dictionary, InDesign will then consider it as one word.

    Cheers !

    in reply to: conversion #81083
    Masood Ahmad
    Participant

    No, that is not the case, Colleen. Just check the size of the JPG in Photoshop, Mark. You might be seeing the JPG in some viewer…

    Check if that helps or Export it to a PDF as David suggested. The PDF can then be saved as JPG, if needed.

    in reply to: How to convert text to a graphic with styles? #81079
    Masood Ahmad
    Participant

    Mars, you can achieve it using a Text Find/Change, here is how:

    1) First copy the graphic element that you want in place of the text
    2) Then, go to Find/Change dialog box, and
    3) Enter the Text to be replaced in the “Find What:” field
    4) In the “Change to:” field type the code ^c (Clipboard contents, Formatted)
    5) Do the Find/Change, to complete the process

    Text Find Change:
    Find what: your text to replace
    Change to: ^c

    Unfortunately, you cannot achieve this using the styles, this type of action can only be done using Find/Change. Hope that works:

    PS: If there is a text pattern instead of a regular text, then this can be achieved using the GREP Find/Change. Please let me know, I’ll try it.

    in reply to: Alignment and image enlargement in Indesign #79239
    Masood Ahmad
    Participant

    Thanks David, I’m aware of it. Moreover, I was looking for a script, to process eight files at once.

    Masood Ahmad
    Participant

    Is there any specific pattern of the Ingredients List? It might help to understand the text and discover something for you.

    in reply to: Change third and fifth TAB into something else (GREP) #77200
    Masood Ahmad
    Participant

    Hi Rudd,

    Try this… if I had understood your text sequence.

    GREP Find Change:
    Find what: ^(.+?)(.+?)(.+?)()(.+?)(.+?)()
    Change to: $1$2$3-$5$6-

    In case it didn’t work, please specify the tab locations in your text.

    in reply to: GREP to change space to tab #76744
    Masood Ahmad
    Participant

    After looking at your example text it seems that the text just before the space is a hash symbol followed by digits, if that is so, then here is the code for you. Try this and let us know if it works for you.

    GREP Find Change:
    Find what: (\K#\d+)(\d)
    Change to: $1$2

    I hope you are working in CS6 or higher version, because \K code didn’t work in lower version.

Viewing 15 posts - 271 through 285 (of 500 total)