An open API service indexing awesome lists of open source software.

https://github.com/alphahydrae/angular-pdf-experiments

Experimenting with client-side PDF generation in an Angular application
https://github.com/alphahydrae/angular-pdf-experiments

Last synced: 15 days ago
JSON representation

Experimenting with client-side PDF generation in an Angular application

Awesome Lists containing this project

README

          

# Angular PDF Experiments

[![demo](https://img.shields.io/static/v1?label=live&message=demo&color=blueviolet)](https://alphahydrae.github.io/angular-pdf-experiments/)
[![build](https://github.com/AlphaHydrae/angular-pdf-experiments/actions/workflows/build.yml/badge.svg)](https://github.com/AlphaHydrae/angular-pdf-experiments/actions/workflows/build.yml)
[![license](https://img.shields.io/static/v1?label=license&message=MIT&color=informational)](./LICENSE.txt)

Experimenting with client-side PDF generation in an Angular application.

## Usage

```bash
git clone https://github.com/AlphaHydrae/angular-pdf-experiments.git
cd angular-pdf-experiments
npm ci
npm start
```

Your browser should open at http://localhost:4200.