bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

I have ~1500 generated .epub files and their indesign files

I need a script or program to generate previews for these EPUBs.
Preview could be in jpeg or epub format.

By preview I mean first 10 pages of the book as indicated by indesign's pagination system.
I use both Mac and Windows machines,


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (1)

Login to follow story

More posts by @Christie

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin

10% popularity   0 Reactions

The ePub file does not contain any information about the InDesign pagination -- that information is all left behind when the ePub file is generated. So your only possible way to do that is inside InDesign.

Inside InDesign it will be either point-click-clic-click ...a few thousand times or you script it with an additional tool like AutoHotkey or AutoIt that can open, select the first 10 pages and then save the selection to ePub and re-do-it in the next file...

If your files have a lot of consistency -- almost the same structure -- and you can live with separating the first chapter, for example, then you can open them up (unzip), and edit with "sed" or "awk" to have a smaller set containing only a certain specific part.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top