Skip to content

Commit

Permalink
added option removeTagClasses in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymkdn committed Feb 2, 2023
1 parent 0e7dfd6 commit 090c5c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ In [some cases](https://github.com/Aymkdn/html-to-pdfmake/issues/145), you may s

By default the `display:none` elements won't be parsed. Set this option to `true` to display the hidden elements in the PDF.

#### `removeTagClasses`

By default we add a class `html-TAG` for each node. It's possible to remove these CSS classes by using `removeTagClasses:true`.

#### `ignoreStyles`

You can define a list of style properties that should not be parsed. For example, to ignore `font-family`:
Expand Down

0 comments on commit 090c5c6

Please sign in to comment.