From 8ab52bd68a05a058fee34fed4a5425520eb8c40d Mon Sep 17 00:00:00 2001 From: Max <9345272+maxshuty@users.noreply.github.com> Date: Tue, 8 Jun 2021 13:46:55 -0500 Subject: [PATCH] Updating the filename description in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddd82b1..543ef22 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ This props can seen in the Usage Part | enable-download | true, false | Enabled by default. When enabled the pdf will be downloaded and vise-versa. | | preview-modal | true, false | Once you generate the pdf, PDF will be previewed on a modal, PDF will not be downloaded. | | paginate-elements-by-height | Any Number | The number inputed will be used to paginate elements, the number will be in px units only. | -| manual-pagination | true, false | When enabled, the package will NOT automatically paginate the elements. Instead the pagination process will rely on the elements with a class "html2pdf__page-break" to know where to page break, which is automatically done by html2pdf.js | -| filename | Any String | The number inputed will be used to paginate elements, the number will be in px units only. | +| manual-pagination | true, false | When enabled, the package will NOT automatically paginate the elements. Instead the pagination process will rely on the elements with a class "html2pdf__page-break" to know where to page break, which is automatically done by html2pdf.js | +| filename | Any String | The file name for the PDF output. | | pdf-quality | 0 - 2 (Can have decimal) | 2 is the highest quality and 0.1 is the lowest quality, 0 will make the PDF disappear. | | pdf-format | a0, a1, a2, a3, a4, letter, legal, a5, a6, a7, a8, a9, a10 | This are the PDF formats (Paper Sizes) | | pdf-orientation | portrait, landscape | This are the PDF orientation | @@ -414,4 +414,4 @@ Give a ⭐️ if this project helped you! I get motivated if I get a star. It's basically just like the stars we get when -we were in preschool but for grown ups lol. \ No newline at end of file +we were in preschool but for grown ups lol.