0

I would like to have a two page Indesign document. First page has text + image and second page has 2 images. The images should come from a csv file that gets data merged with the Indesign document. Is this achievable. I have only been able to do a data merge when I have one page, but then all pages have the same layout. Is this possible and how do I do it? Thanks.

Snels Nick
  • 925
  • 3
  • 13
  • 25

2 Answers2

0

The solution is to work with XML files (File -> Import XML) instead of CSV. You can make any type of document and put XML objects in text fields, images, ... XML is much more flexible than CSV.

Snels Nick
  • 925
  • 3
  • 13
  • 25
0

a CSV field that is named @photo1 will link to a file location

column F (for instance)
    @photo1
    c:\foldername\filename.jpg
    c:\folder2name\subfolder\otherfile.png
    f:\file3.tiff
René Vogt
  • 43,056
  • 14
  • 77
  • 99
  • I hard returned and indented the column example but the stupid site crunched all the text. sorry – Jay Zim May 09 '16 at 14:24