1.0.11 • Published 8 months ago

ak-simple-pdf v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Create PDF file from html string

Installing

Package manager

Using npm:

npm install ak-simple-pdf

Using yarn:

yarn add ak-simple-pdf

Types

PageMargin

filedtypedefault
topnumber30
rightnumber10
bottomnumber30
leftnumber10

Methods

renderPdfFromHtml

Render html string to pdf file

filedtypemaindefaultdescription
htmlstringtruenonehtml string
srcstringtruenonedestination file
marginPageMarginfalse{ top: 30, right: 10, bottom: 30, left: 10 }margin size
landscapebooleanfalsefalsepage orientation
formatstringfalse'a4'page size: 'a4' or 'a5'
parseImagebooleanfalsefalseParse and resize image

bufferPdfFromHtml

Returns the PDF file buffer

filedtypemaindefaultdescription
htmlstringtruenonehtml string
marginPageMarginfalse{ top: 30, right: 10, bottom: 30, left: 10 }margin size
landscapebooleanfalsefalsepage orientation
formatstringfalse'a4'page size: 'a4' or 'a5'
parseImagebooleanfalsefalseParse and resize image

renderLandscapePdfFromHtml

Render html string to pdf file with landscape orientation

filedtypemaindefaultdescription
htmlstringtruenonehtml string
srcstringtruenonedestination file
marginPageMarginfalse{ top: 30, right: 10, bottom: 30, left: 10 }margin size
formatstringfalse'a4'page size: 'a4' or 'a5'
parseImagebooleanfalsefalseParse and resize image

bufferLandscapePdfFromHtml

Returns the PDF file buffer

filedtypemaindefaultdescription
htmlstringtruenonehtml string
srcstringtruenonedestination file
marginPageMarginfalse{ top: 30, right: 10, bottom: 30, left: 10 }margin size
formatstringfalse'a4'page size: 'a4' or 'a5'
parseImagebooleanfalsefalseParse and resize image

renderUrlToPdf

Render url page to pdf file

filedtypemaindefaultdescription
urlstringtruenoneurl address
srcstringtruenonedestination file
marginPageMarginfalse{ top: 30, right: 10, bottom: 30, left: 10 }margin size
landscapebooleanfalsefalsepage orientation
formatstringfalse'a4'page size: 'a4' or 'a5'
parseImagebooleanfalsefalseParse and resize image
1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago