
Security News
/Research
Coordinated npm and PyPI Campaign Typosquats Popular Secure Payment Apps
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.
@mote-software/markitdown
Advanced tools
Convert various file formats to Markdown with ease.
npm install @mote-software/markitdown
Or with pnpm:
pnpm add @mote-software/markitdown
# Convert a file to markdown
markitdown input.pdf > output.md
# Or use npx without installing
npx @mote-software/markitdown input.docx > output.md
const { runMarkitdown, getBinaryPath } = require('@mote-software/markitdown')
// Run markitdown and get output
const markdown = runMarkitdown('input.pdf')
console.log(markdown)
This package includes pre-built binaries for:
The correct binary for your platform will be automatically installed.
This package uses platform-specific optional dependencies to install the correct binary for your system. If the optional dependency installation fails (e.g., due to network issues), the postinstall script will download the binary from npm as a fallback.
MIT
Wrapper of the excellent markitdown project by Microsoft.
FAQs
Convert various file formats to Markdown
We found that @mote-software/markitdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
/Research
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.