Skip to content

Commit

Permalink
Increase the png height
Browse files Browse the repository at this point in the history
  • Loading branch information
annapo23 committed Nov 1, 2024
1 parent a724c34 commit e42e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-zerox/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const convertPdfToImages = async ({
const options = {
density: 300,
format: "png",
height: 1056,
height: 2048,
preserveAspectRatio: true,
saveFilename: path.basename(localPath, path.extname(localPath)),
savePath: tempDir,
Expand Down

0 comments on commit e42e58a

Please sign in to comment.