Post-Platform Digital Publishing Toolkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
articles:digital-publishing [2025/02/21 16:10] ipekarticles:digital-publishing [2025/02/22 08:55] (current) ipek
Line 12: Line 12:
  
 **2)** Converting the .docx file via command line:  **2)** Converting the .docx file via command line: 
-pandoc --extract-media=. -s file_name.docx -t markdown -o file_name.md+<code> pandoc --extract-media=. -s file_name.docx -t markdown -o file_name.md </code>
  
 extract media enables to extract the images and makes a folder for them. -s is the usual Pandoc template that is being used in the markdown format. extract media enables to extract the images and makes a folder for them. -s is the usual Pandoc template that is being used in the markdown format.
  
 **3a)** Converting the markdown file into html is possible via the command-line and also via the PanWriter. Via the command line: **3a)** Converting the markdown file into html is possible via the command-line and also via the PanWriter. Via the command line:
-pandoc file_name.md -f markdown -t html -s -o file_name.html  +<code> pandoc file_name.md -f markdown -t html -s -o file_name.html </code>
  
 Or you can export the markdown file to html via PanWriter. Or you can export the markdown file to html via PanWriter.
articles/digital-publishing.1740154259.txt.gz · Last modified: 2025/02/21 16:10 by ipek