• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Creation of a book (indb) from a list of records

Community Beginner ,
Jul 16, 2020 Jul 16, 2020

Copy link to clipboard

Copied

Hi everyone!

I have to create several books combining indd files.

My goal is to create an indb book starting from a file (xls, csv, xml, ....) where I write the position of single indd files (with path) in the order I want.

Is it possible? Is there already such a script?

 

Thanks a lot!

Alberto

TOPICS
How to , Scripting

Views

501

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guru , Jul 16, 2020 Jul 16, 2020

Here I made a quick & dirty script for you. You didn't mention your OS and Indy's version. Today I'm on a Mac and InDesign 2020 so made it for Mac. But it's easy to make it work on Windows as well. Here's the function. Maybe will do this later if time permits.

— Kas

Votes

Translate

Translate
Community Expert ,
Jul 16, 2020 Jul 16, 2020

Copy link to clipboard

Copied

This script by Kasyan will create a book out of documents in a selected folder: http://kasyan.ho.ua/downloads/all/BookOfSelectedFolder.zip

 

If you want to do from an input, yes it's doable. You would use app.books.add() to make the book, and from there book.bookContents.add(file), where file is a File object created from your input readln.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Jul 16, 2020 Jul 16, 2020

Copy link to clipboard

Copied

Here I made a quick & dirty script for you. You didn't mention your OS and Indy's version. Today I'm on a Mac and InDesign 2020 so made it for Mac. But it's easy to make it work on Windows as well. Here's the function. Maybe will do this later if time permits.

— Kas

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 23, 2020 Jul 23, 2020

Copy link to clipboard

Copied

Thanks a lot !!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 25, 2020 Jul 25, 2020

Copy link to clipboard

Copied

LATEST

Hi there,

 

Thanks for reaching out. I hope your issue is resolved now. We'd appreciate if you can mark the appropriate answer correct.

If you used any other method, please share it here. It'll help other users having similar concern.

If you still have issues, let us know. We'll be happy to help.

 

Regards,

Ashutosh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines