• Home
  • About
    • Seokmin.Lee photo

      Seokmin.Lee

      Hello, I am a master's student in the Department of Convergence Security (Samsung Advanced Security) at Korea University.After graduation, I am expected as a security developer or researcher member of Samsung SDS.

    • Learn More
    • LinkedIn
    • Github
  • Posts
    • All Tags

[md]md2pdf

21 Oct 2020

1. liunux에서 grip을 설치한다

pip3 install grip

2. pdf로 변환하고자 하는 markdown 파일을 grip을 통해 web으로 올린다.

grip example.md

3. grip에서 지정한 포트를 주소창에 입력한다.

url: localhost:6239

4. 크롬의 인쇄 기능을 이용해 pdf로 다운받는다.

장점:

git에서 보는 그대로의 상태로 pdf를 뽑아낼 수 있다.



markdownmd2pdf Share Tweet +1