1.0.11 • Published 10 months ago

ak-simple-pdf v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago