Skip to content

Commit b6b66f0

Browse files
committed
bump version and update readme
1 parent 8d2227b commit b6b66f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ html2pdf ./example.html --format A4 --pageRanges 1 -o example.pdf
6565
| landscape | boolean | Enable landscape mode. To enable, the value should be true. Disabled by default. |
6666
| margin | string | Set margin(s) for the PDF document. It can be all four margin or specified by the values separated with space. Default is `0`. |
6767
| userAgent | string | Set custom user-agent string. |
68-
| base64 | boolean | Return the PDF as a base64-encoded string (REST API only). |
68+
| base64 | boolean | Return the PDF as a base64-encoded string (REST API only). Disabled by default. |
6969

7070
## Author
7171

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iamdual/html2pdf",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "HTML to PDF converter",
55
"main": "./src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)