Automatically generate formatted tables InDesign

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Automatically generate formatted tables InDesign

    Hello,
    I am a total InDesign newbie, and would like to know if what I need done can either be done, or be scripted to do.

    Background: We have a client who publishes a yearly catalog with tables filled with product specs. They had been using Quark, but moved to InDesign in hopes of automating several of the processes.
    They have a new database (MS Access right now) that holds all the product details and tables.

    I am trying to find a way to create formatted tables (A's product line is red with x sized cells, x named font, B's product line is blue with x sized cells, x named font,), and then use the table I've set up as the template import area for text data outputted by the database.
    (Or find any other way of accomplishing this task.)
    The table's size (number of rows) changes according to product.

    The InDesign we are using is 2.0.2 on Windows, (Japanese version), as the catalog is Japanese.

    If there is a third party plug-in that can help me do this, I'm open to it as well, I just haven't found one that works with Japanese.

    I'm not against having our developer do this as a plug-in using the SDK, I just don't know which direction to take this in to get the job done.

    Could you point me in the right direction please?

    I apologize for posting this in a couple different places, I wasn't sure which was correct.
    2Workman@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Generate dynamic controls from Database tables
      Hi, I'm trying to generate controls like textboxes, drop downs dynamically. I need to get their type and the values from the DB. Any suggestions...
    2. How to load automatically a library at the start of InDesign CS (WinXP)?
      Hi, Is it possible that at the same time I start InDesign CS (WinXP) automatically a library opens? Thanks in advance.
    3. trying to generate an archive ps in indesign 2.0.2
      I am trying to generate an archive ps in indesign 2.0.2 I have installed in schemes a printer postscript with one ppd that I received from a print...
    4. generate tables that include hyperlinks
      Trying to get away from using the FP DRW, and write search pages where the results come out in tables formatted the way I like, and include one or...
    5. Tables automatically resizes
      I am using a nested table to control different elements of my layout. The problem I have is that I create the outer table and set the size...
  3. #2

    Default Re: Automatically generate formatted tables InDesign

    > If there is a third party plug-in that can help me do this,
    > I'm open to it as well, I just haven't found one that works
    > with Japanese.
    I don't know if SmartCatalog from [url]www.woodwing.com[/url] will work on thew
    Japanese version, that's the one I know.
    > I'm not against having our developer do this as a plug-in
    > using the SDK, I just don't know which direction to take
    > this in to get the job done.
    Personally I would do it via the scripting interface. Here we are using an
    access database and and Visual Basic (thus it will work with any COM-aware
    language) to connect the database to InDesign and to create catalogues out
    of the database. A plug-in is more elegant, but also more work, and a good
    programmer can easily work itself into the scripting interface. Feel free to
    contact me personally if you need further information, my mail adress should
    be at my forum profile.

    Jens


    Jens Schulze Guest

  4. #3

    Default Re: Automatically generate formatted tables InDesign

    I agree with Jens. You can do a great deal with InDesign tables using scripts. The only issue we've encountered is that on very long tables InDesign's "mini-save" feature sometimes interferes with the execution of the script. A plug-in might be more stable but also more work as Jens points out.

    Phil Redman
    pjredman@adobeforums.com Guest

  5. #4

    Default Re: Automatically generate formatted tables InDesign


    2Workman@adobeforums.com Guest

  6. #5

    Default Re: Automatically generate formatted tables InDesign

    Thank you very much.
    Do you have any idea where I can find example scripts that will show me how to do this?
    We have a very good VB guy (we are on Windows), but he wants to take a look at code examples first since he hasn't worked with InDesign.
    2Workman@adobeforums.com Guest

  7. #6

    Default Re: Automatically generate formatted tables InDesign

    > Do you have any idea where I can find example scripts
    > that will show me how to do this?
    > We have a very good VB guy (we are on Windows),
    > but he wants to take a look at code examples first since
    > he hasn't worked with InDesign.
    The scripting guide can be found under the URL
    [url]http://www.adobe.com/products/indesign/pdfs/indesign_cs_scripting_guide.pdf[/url]
    , which is the source the normal programmer get their first infos, but it is
    in the first case a technical documentation. But as a non-typesetter it is
    strongly advised that he works closely together with someone of good
    knowledge of InDesign and the used terms in the typesetting industry and in
    InDesign.
    Also there is the adobe.scripting.indesign newsgroup/forum, which is the
    best place for specified questions, if he meets a problem during his work.
    There there also was an example script of one user that creates a simple
    catalog, but unfortunately I didn't find it in my searches at this moment...

    Jens.


    Jens Schulze Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139