7
Wombat
7y

Hi friends and others. There is a task I want to automate. I want to convert .docx files to .pdf and then minify those. Are there JavaScript libraries or npm- packages which can do that? Because I would like to use Gulp or Webpack for this task. I would not mind if external APIs are involved, but I would rather not use those if not required.

Pls share your wisdom. Bye.

Comments
  • 0
    @Jilano @zlice you guys are awesome and deserve medals.
  • 0
    After testing pandoc and some npm packages (most behaved really weird) I finally found one, which does what it tells it does. For minification I couldn't find anything. You don't have a guess how pdf-compressor work?
Add Comment