Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kraabus

    InDesign and XML

    Hi Carl, It's pretty hard to give an universal code, as it depends on your database structure and document layout. If it helps, I've uploaded my code here: http://www.kraabus.ee/php_for_indesign/php_for_indesign.php.txt (sorry, the comments are in Estonian) And here are some pages from the...
  2. kraabus

    InDesign and XML

    Hi, First I made javascript functions for different needs - here you can see 3 of them: ------------- var myDocument=app.activeDocument; function addtextbox(pagenr,x1,y1,x2,y2,tstyle,tcontents) { with(myDocument){ with(pages.item(pagenr-1)){ tTextFrame=textFrames.add()...
  3. kraabus

    InDesign and XML

    Now, about a year later I found that I've posted here something ;) I'll explain how I solved my problem... I used javaScript to enter data into InDesign3, instead of XML. I had my data in mysql database, so, having some experience in web programming, I made a short php script and that script...
  4. kraabus

    InDesign and XML

    I have quite the same idea - to get data from database to InDesign. There was a XML tutorial CD together with my InDesign 2. I was able to import XML data but first I had to make placeholders and set them to right structure - that's a lot of work if you have hundreds of items... I wonder if...

Part and Inventory Search

Back
Top