How to convert from Word (docx) file to Typst?

Hi there,

I can not convert docx document to typst. I received error “Failed to create the projeect”.

I look forward to your help in resolving this issue. Thank you very much in advance.

Have a nice day.

Hello @Batuhan,

This seems like a duplicate of How to convert from Microsoft Word (.doc or .docx) to Typst? - #2 by quachpas where you will find a suggestion.

Could you please describe the process you are using that raises that error? Which tool are you using?

A potentially working solution (I have not tried it) would be to use Pandoc:

pandoc input.docx -t typst -o output.typ

and if the document contains images:

pandoc input.docx -t typst --extract-media=media -o output.typ