@argdown/node
Preparing search index...
ISvgToPdfSettings
Interface ISvgToPdfSettings
interface
ISvgToPdfSettings
{
fileName
?:
string
|
IFileNameProvider
;
fonts
?:
{
name
:
string
;
path
:
string
}
[]
;
format
?:
string
;
height
?:
number
;
outputDir
?:
string
;
padding
?:
number
;
pdf
?:
{
compress
?:
boolean
}
;
svg
?:
{
assumePt
?:
boolean
;
preserveAspectRatio
?:
string
;
useCSS
?:
boolean
;
}
;
width
?:
number
;
}
Index
Properties
file
Name?
fonts?
format?
height?
output
Dir?
padding?
pdf?
svg?
width?
Properties
Optional
file
Name
fileName
?:
string
|
IFileNameProvider
Optional
fonts
fonts
?:
{
name
:
string
;
path
:
string
}
[]
Optional
format
format
?:
string
Optional
height
height
?:
number
Optional
output
Dir
outputDir
?:
string
Optional
padding
padding
?:
number
Optional
pdf
pdf
?:
{
compress
?:
boolean
}
Optional
svg
svg
?:
{
assumePt
?:
boolean
;
preserveAspectRatio
?:
string
;
useCSS
?:
boolean
}
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Name
fonts
format
height
output
Dir
padding
pdf
svg
width
@argdown/node
Loading...