Stream: IG creation
Topic: MS Word to XHTML
Jose Costa Teixeira (Mar 20 2019 at 21:59):
i am working on a script to convert word docs (including images) to xhtml to use in a IG. Anyone care to test and see if useful?
Eric Haas (Mar 21 2019 at 00:23):
Can already use Pandoc: https://pandoc.org/
Bryn Rhodes (Mar 21 2019 at 01:18):
+1, pandoc works really well
Jose Costa Teixeira (Mar 21 2019 at 04:04):
yep, i just explored a bit further. my script basically runs pandoc, renames the images (afaik pandoc always produces image1.jpeg, image2.jpeg) and appended the html tags around the file. this really helps when i have a bunch of files to conver
Jose Costa Teixeira (Mar 21 2019 at 04:05):
anyway, good to confirm pandoc was the right approach
Last updated: Apr 12 2022 at 19:14 UTC