UNPKG
pdf-transform
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transforms PDF to png or html files
github.com/jagruteebanda/pdf-to-html
jagruteebanda/pdf-to-html
pdf-transform
/
interfaces
/
options.ts
6 lines
(5 loc)
•
97 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
Options
{
fileName
:
string
;
convertTo
:
string
;
compress
?:
boolean
; }