julianhille / MuhammaraJS

Muhammara a node module with c/cpp bindings to modify PDF with js for node or electron (based/replacement on/of galkhana/hummusjs)
Other
229 stars 46 forks source link

Generate thumbnail of pdfs #296

Closed natnaeltibebu closed 1 year ago

natnaeltibebu commented 1 year ago

I want to generate the thumbnail of pdfs how can i implement that with muhammaraJS.Thanks in advance.

julianhille commented 1 year ago

I'm sorry but muhammara can edit pdfs but is unable to generate thumbnails of it. Here is a outline and module which should be able to do what you need: https://github.com/julianhille/MuhammaraJS/issues/187#issuecomment-1168885376

you may use: https://www.npmjs.com/package/pdf2pic or https://www.npmjs.com/package/pdf-image

i close this for now but feel free to reopen if i did not understand correctly.

Have a good one.