roverbird
New Here
roverbird
New Here
Activity
‎Feb 20, 2025
12:22 PM
The script to convert IDML to HTML / text is here: https://github.com/roverbird/idml2html-python
... View more
‎Feb 20, 2025
12:19 PM
1 Upvote
There is indeed a script to convert IDML file to HTML / text. You can do it with a python script that I developed. It uses SimpleIDML library and aims at extracting text content in correct order, while also creating a list of images assiciated with your IDML file. Please, refer to github repo: idml2html-python . The script is intended for batch processing and goes with a bash script that first looks for IDML files and extracts them, and creates list of files that is fed to the py script. There is also an online javascript app which convert IDML into html / text. It is here: https://textvisualization.app/idml2html/ You can use it to view text content of an IDML file if you do not have inDesign. Surely, you can use it as a converter and extractor of text and image links.
... View more