importing text etc from EDM

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

  1. #1

    Default importing text etc from EDM

    considering buying InDesign to replace current process of producing marketing type documents in Word.

    However, our text files and images are held in a web-based EDM system (SQL database) and not in a local directory.

    I am struggling to find information / advice on how to achieve this - I have been told that it is only possible to import from a directory.

    Any help appreciated (I am not technical but can provide techincal answers to any questions if helps)
    brian_jeffery@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Importing text...
      Hi all, I recently designed a site for someone, but I would now like to give then the ability to update the text on the index page. Is there any...
    2. Importing Text From Excel
      I am running into a problem when I am trying to import text from an excel spreadsheet into InDesign. When I copy/paste it from Excel, I lose all of...
    3. Importing text into IIlustrator 10 as paragraph text. possible? how?
      How do I go about bringing text from, say, a WORD .doc document and have the text retain its paragraph editability, that is to say to have the...
    4. Importing text from Word in MXa
      When I import RTF text from Word v.x into MXa, any characters that are created using the option key come in with extra garbage. For example, the...
    5. Importing text
      Is there any way to bring an excel sheet into Freehand 9 while still retaining the borders, text alignment and text justification?
  3. #2

    Default Re: importing text etc from EDM

    Although this can be archieved with a custom made plugin, there is a more
    easy way: SQL databases can be accessed via the scripting interface of
    InDesign. So you will need for the windows version a programming language
    that supports COM/ActiveX programming. So you can theoretically use C++, C#
    or even Java and Python, most scripters use VisualBasic because you can code
    very fast to get the results you want.
    So you need a tool that will manage the access to the database (e.g. via
    ODBC or native drivers depending on the database that lies under your
    managment system), get the needed records and fill InDesign templates with
    it.
    Either one of your programmers have to get into InDesign (which is somewhat
    more complicated as Word for someone that isn't a typesetter) itself and the
    scripting interface, or you should look out for someone you can hire. The
    newsgroup/forum adobe.scripting.indesign is the best place to ask for help,
    as there are all the active scripters.

    Jens


    Jens Schulze Guest

  4. #3

    Default Re: importing text etc from EDM

    Many thanks Jens
    brian_jeffery@adobeforums.com 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