# create-pdf

# create pdf
this module is used to create the pdf of webpage by passing the id of the element

## Example to create the pdf by id

## React
```
import {createPdf} from 'create-pdf'

<input type="button" onClick={() => createPdf("pdf")}  value="create pdf"/>

```



