Contenu récent par chamane

  1. C

    Indesign CS2 - Applescript

    tell application "Adobe InDesign CS2" tell document 1 set theallpages to every page repeat with thepage in theallpages if (count of text frame of thepage) > 0 then repeat with thebloctext in every text frame of thepage select thebloctext if previous text frame of...
  2. C

    Indesign CS2 - Applescript

    Bonjour tout le monde, alors voila je galere car je n arrive pas a faire un script (applescript) pour balaye tout les bloc texte d'un document indesign qui contient plusieurs pages. Et si possible page par page le balayage de bloc, sinon une autre question comment savoir si le bloc et chainer...