Jacob

Results 14 comments of Jacob

Hi @Suyash-Purwar , will you be able to provide a snippet of your code?

@Suyash-Purwar , have you tried the solution mentioned in this page? https://stackoverflow.com/questions/66732199/how-to-fix-the-graphicsmagik-error-gm-convert-no-decode-delegate-for-this-imag

@Suyash-Purwar Hmmm.. I'm not sure why it's not installing. Can you try converting those fonts to .ttf format and install the .ttf font format?

this is quite hard as I need to look into pdf's metadata, but I'll think about this feature.

Hi @offaxis, thanks for sharing! I really appreciate this guide. Can you help me create a pull request containing a more thorough guide? You can start by forking this repository...

I'll soon add a feature where you would be able to set how many maximum concurrent instance can be made.

> ``` > const options = { > density: 600, > saveFilename: req.file.filename, > savePath: `${appRoot}/${process.env.UPLOAD_PDF_DIR}`, > format: "jpg", > width: 600, > height: 600 > }; > console.log("[pdf2pic] req.file.path...

> Running into issue where even if I set density to 100, it errors out @vvnsze which error message are you getting? can you send me the stack trace? thanks.

Hi, I made pdf to image converter that supports this feature you can go check it out at: https://github.com/yakovmeister/pdf2image

hi I might interest you with my module based on this module: https://github.com/yakovmeister/pdf2image the feature you stated is already on my module.