convertor/docs/converters.md
Your Name 558d638df8 feat(v0.1.4): Fix i18n imports + Default open registration
## Changes

### i18n Module Fixes
- Fix import paths in service.ts, languageSelector.tsx, header.tsx, base.tsx, results.tsx
- Change from '../i18n' to '../i18n/index' or './index' for proper module resolution

### Registration (Breaking Change)
- Change ACCOUNT_REGISTRATION default from false to true (out-of-box ready)
- Login and Register pages now both visible by default

### Version Bump
- Update package.json to v0.1.4
- Update CHANGELOG.md with v0.1.4 release notes
- Update README.md and docs with new version numbers

### Build Verification
- bun run build: PASSED
- Docker build: PASSED
- TypeScript compilation: PASSED (no errors)
2026-01-20 11:41:43 +08:00

3.6 KiB
Raw Blame History

支援的轉換器

ConvertX-CN 完整版已內建以下所有轉換器,開箱即用。

轉換器列表

轉換器 用途 輸入格式數 輸出格式數
Inkscape 向量圖形 7 17
libjxl JPEG XL 11 11
resvg SVG 1 1
Vips 圖片 45 23
libheif HEIF 2 4
XeLaTeX LaTeX 1 1
Calibre 電子書 26 19
LibreOffice 文件 41 22
Dasel 資料檔案 5 4
Pandoc 文件 43 65
msgconvert Outlook 1 1
VCF to CSV 聯絡人 1 1
dvisvgm 向量圖形 4 2
ImageMagick 圖片 245 183
GraphicsMagick 圖片 167 130
Assimp 3D 模型 77 23
FFmpeg 影音 ~472 ~199
Potrace 點陣轉向量 4 11
VTracer 點陣轉向量 8 1
Markitdown 文件 6 1

FFmpeg 的格式數量包含部分重複格式。

內建依賴

ConvertX-CN 完整版已預載:

類別 內建內容
文件轉換 LibreOffice (headless)、Pandoc
LaTeX TexLive Full完整版支援所有 LaTeX 需求)
OCR 識別 Tesseract OCR + 繁體中文、簡體中文、日文、韓文、英文、德文語言包
CJK 字型 Noto CJK中日韓、Noto Emoji、微軟核心字型、標楷體
影音轉換 FFmpeg、ImageMagick、GraphicsMagick
向量圖形 Inkscape、Potrace、VTracer、resvg
電子書 Calibre
其他 Ghostscript、MuPDF、Poppler、libheif、libjxl 等

新增轉換器

如需新增轉換器支援,請至 GitHub Issues 提出需求或直接發送 Pull Request。