UNPKG
pdf-to-img
Version:
latest (6.1.0)
6.1.0
6.0.0
5.0.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
📃📸 Converts PDFs to images in nodejs
github.com/k-yle/pdf-to-img
k-yle/pdf-to-img
pdf-to-img
/
dist
/
parseInput.d.ts
2 lines
(1 loc)
•
118 B
TypeScript
View Raw
1
2
export
declare
function
parseInput
(
input
:
string
|
Uint8Array
|
Buffer
|
NodeJS
.
ReadableStream
):
Promise
<
Uint8Array
>;