NPM Package: Maps to PDF
Web
|Addresscloud
|This is a new iteration on the front-end map to PDF concept I have been experimenting with. Built for UK insurance analytics company Addresscloud, this Typescript Node.js package is a headless utility that compiles different PDF reports out of web maps and JSON input data.
The reports generated are dynamic, i.e. developers can create different layouts according to their dashboard state, based on thematic section components, e.g. the Header component, Risks component, Main map component.
The library returns a document blob as well as download link, ready to be utilized by the consuming UI in the best possible way for each use case. Just npm install, define the sections presentation layer and you are good to go.
Features include:
- 100% typed and inter-dependent input requirements
- Flexible component based architecture
- Unlimited front-end map exports