Socket
Socket
Sign inDemoInstall

docximager

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docximager

Tool to include images in docx.


Version published
Weekly downloads
37
increased by8.82%
Maintainers
1
Weekly downloads
 
Created
Source

A simple package with which you can dynamically insert images to your docx.

Just follow these simple steps:

  1. Include the package. const DocxImager = require('DocxImager');

  2. Create a new Instance of DocxImager. let dImager = new DocxImager();

  3. Load your docx file. await dImager.load('./my.docx')

  4. Insert or replace your image await dImager.replaceWithImageURL('https://path_of_inage.com/image.png')

  5. Save your new document in the specified path. await dImager.save('./my_new_docx.docx');

Keywords

FAQs

Package last updated on 25 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc