Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MDPDF - Examples

This directory contains some example usage of mdpdf. Below are the suggested commands to run each one from it's own directory. If you have installed the module globally, you can replace ../../bin/index.js with the mdpdf command.

  • Footer - ../../bin/index.js md-file.md --footer footer.hbs --fHeight 22 - An example of using footers
  • Header - ../../bin/index.js md-file.md --header header.hbs --hHeight 22 - An example of using headers
  • Api - node index.js - An example of using the node JavaScript API