OpenTechStrategies / SimpleBook

A fork of the Collection Extension to print books from MediaWiki instances
1 stars 1 forks source link

Refactor pdf generation #22

Closed slifty closed 3 years ago

slifty commented 3 years ago

This PR (1) changes the organization of the PDF generation code into a PdfGenerator object and (2) updates the index.js pathway to actually use all of the new code.

We also start to use pdf-lib which should be able to replace a few of the various pdf libraries we've added in.