Skip to content

unfoldingWord-dev/proskomma-render-preview

 
 

Repository files navigation

proskomma-render-pdf

Scripture PDF generator based on proskomma-render

This project uses proskomma-render to produce HTML suitable for processing by PagedJS, an implementation of CSS Paged Media.

Example Sources

unfoldingWord Literal Text (Psalms and Gospels)

To set up

You will need Node and NPM.

cd proskomma-render-pdf
npm install
npm test # Currently not in Windows

To make PagedJS-aware HTML from which to 'save' a PDF file

node ./make_pdf.js config/config_ult.json ~/Desktop/ult_demo.html
# Open this HTML file with a browser
# Wait for it to paginate the content
# Save as PDF

About

Scripture PDF generator based on proskomma-render

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.7%
  • HTML 16.3%