Back

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

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 500 total)
  • Author
    Posts
  • in reply to: Alert message before exporting PDF #91261
    Masood Ahmad
    Participant

    Hi Kai,

    Hope you’re well and had a great weekend.

    Being a non-programmer, I’m trying to learn “JavaScript for InDesign” from a very long time. I have searched the web but didn’t get anything that can teach me the same. I have also gone through the course “InDesign-Scripting-Made-Easy” by Keith on Lynda, but fails to understand it. I then took a course in JavaScript, HTML and CSS from a reputed Institute. There I learned about the Web and the basics of JS. The instructors over there were unaware about the InDesign DOM and hence I’m left with no knowledge about the course I’m looking for.

    The Keith’s course gives the basic idea about the DOM but not in depth. For example, how to read DOM, how to capture the commands and options from DOM and utilize them in the JS. There is a huge .chm version of the DOM by Jongware, I have downloaded it but unable to read/understand it.

    Can you please guide me and recommend something in this regard. Meanwhile, I’m trying to get in touch with some Programmers, who are working on InDesign JavaScript.

    Thanks in advance,

    Masood

    in reply to: Alert message before exporting PDF #91245
    Masood Ahmad
    Participant

    Million thanks for a quick solution. This is exactly I was looking for.

    It’s good to have so much talented people in this community.

    Once again many thanks.

    in reply to: Alert message before exporting PDF #91241
    Masood Ahmad
    Participant

    I too have the same thought but I’m sure people like Peter, Keith or Jongware can do that.

    It’s a big challenge…

    in reply to: Alert message before exporting PDF #91229
    Masood Ahmad
    Participant

    Did I asked too much or is this impossible to achieve??

    in reply to: Moving Text/Strings #91209
    Masood Ahmad
    Participant

    Though, I do not know much about programming/scripting, but I’m sure it is not necessary to use t, works fine in a script.

    in reply to: Moving Text/Strings #91206
    Masood Ahmad
    Participant

    Great!

    I tried to wrap up the complete string as mentioned in your query. The idea behind this is to let you know how it works. However, it can be shortened if you just want to swap the First Tab with the Second.

    Try this as well:

    GREP Find Change:
    Find what: ^(.+?)(.+?)
    Change to Format: $2$1

    in reply to: Moving Text/Strings #91199
    Masood Ahmad
    Participant

    Try this:

    GREP Find Change:
    Find what: (.+?)(.+?)(.+?)(.+)
    Change to Format: $2$1$3$4

    in reply to: Table Auto-Fit to Page-Column Margins #89117
    Masood Ahmad
    Participant

    Am I not lucky enough to get help on this. I need a script that fixes the table width equal to the text box (as mentioned above).

    in reply to: GREP Styles problem #88028
    Masood Ahmad
    Participant

    No, you can’t apply formatting in posts here. For the codes, you can use the HTML code tag to help differentiate it from the body text.

    Secondly, it becomes easier for the members to answer to the questions, if some actual text is also supplied by the Post Creator. This way we can first test the solution at our end and then share the same on the Posts.

    We look forward for some more challenging questions from your side.

    in reply to: Tips and hints? #88027
    Masood Ahmad
    Participant

    Hi Rachel, Welcome to InDesign and its forum. InDesign, no doubt is a great tool with lots of flexibilty and options to work with. I would suggest referring to the “InDesign Essentials Training” by David Blatner on lynda.com

    His recent Tutorial is available on lynda:
    https://www.lynda.com/InDesign-tutorials/InDesign-CC-Essential-Training-2015/368575-2.html?srchtrk=index%3a1linktypeid%3a2q%3aindesing+essential+trainingpage%3a1s%3arelevancesa%3atrueproducttypeid%3a2

    in reply to: GREP suggestion please? #88026
    Masood Ahmad
    Participant

    Try this:

    GREP Find Change:
    Find what: (?<=m)3(?=/hr)
    Change to Format: + superscript

    I guess you are on InDesign CS5. The \K works above CS5.

    in reply to: GREP Find/Change Question #87815
    Masood Ahmad
    Participant

    Try this, you have to specify the name of the paragraph style in your Find Format options:

    GREP Find Change:
    Find what: (.)( - )$
    Find Format: Paragraph Style: Names
    Change to: $1

    in reply to: Applescript question: Deleting empty column from table #87813
    Masood Ahmad
    Participant

    HI Aarona,

    I would suggest posting AppleScript related questions to the AppleScript dedicated site:

    https://macscripter.net/viewforum.php?id=2

    Hope you’ll find your answers there.

    in reply to: How to Permanently Delete Cropped Data in a PDF #86565
    Masood Ahmad
    Participant
    in reply to: automatic numbering going wrong #86558
    Masood Ahmad
    Participant

    I think you are talking about page numbering? If so, try expanding the text frame holding the page number on the master page. The Text frame width is not quite enough to hold the page numbers with three digits.

Viewing 15 posts - 226 through 240 (of 500 total)