0.2.34 • Published 11 months ago
@jojomondag/filetomarkdown v0.2.34
FileToMarkdown
Convert various file types to Markdown with a single command.
Documentation
- API Documentation - REST API endpoints and usage for server integration
- Browser Usage - JavaScript API for browser-side file conversion
- Supported Converters - Detailed information about file format converters and their capabilities
Supported Formats
- Documents: PDF, DOCX, PPTX, XLSX, TXT
- Code: JS (JSX), TS (TSX), PY, JAVA, CS, HTML, CPP, C, GO, SQL, PHP, SWIFT, CSS, RUBY, RUST, KOTLIN, LUA, MATLAB, SHELL, VUE, SVELTE
- Archives: ZIP, 7Z
Quick Test
Node >= v23.5.0
# Install
npm install filetomarkdown@latest
# Try example conversions
npx filetomarkdown-test --githubUsage Options
Command Line (make sure to navigate to your file's directory in cmd first)
filetomarkdown-convert "input.pdf" "output.md"Create Markdown Viewer
# Create viewer in current directory npx filetomarkdown-viewer # Or specify a target directory npx filetomarkdown-viewer /path/to/directoryThis creates a standalone viewer.html that can open and display markdown files without needing a server.
API Server
npm run start:api # Runs on http://localhost:3000
0.2.34
11 months ago
0.2.33
11 months ago
0.2.32
11 months ago
0.2.31
11 months ago
0.2.27
11 months ago
0.2.26
11 months ago
0.2.25
11 months ago
0.2.24
11 months ago
0.2.23
11 months ago
0.2.22
11 months ago
0.2.21
11 months ago
0.2.20
11 months ago
0.2.19
11 months ago
0.2.18
11 months ago
0.2.17
11 months ago
0.2.16
11 months ago
0.2.15
11 months ago
0.2.14
11 months ago
0.2.13
11 months ago
0.2.12
11 months ago
0.2.11
11 months ago
0.2.10
11 months ago
0.2.9
11 months ago
0.2.8
11 months ago
0.2.7
11 months ago