fix(libreoffice): PDF 轉 DOCX 修正 (v0.1.8)

- 新增 PDF 匯入管線:PDF → DOCX/ODT/RTF/TXT/HTML 使用 --infilter=writer_pdf_import
- 新增輸出檔案存在性驗證,避免 ENOENT 錯誤
- 改善錯誤訊息:密碼保護、檔案損壞、無匯出過濾器等情境
- 重寫測試套件:19 個測試全數通過
This commit is contained in:
Your Name 2026-01-20 14:38:17 +08:00
parent 03be03bbc2
commit a0eccf0437
5 changed files with 369 additions and 107 deletions

View file

@ -1,6 +1,6 @@
{
"name": "convertx-frontend",
"version": "0.1.7",
"version": "0.1.8",
"scripts": {
"dev": "bun run --watch src/index.tsx",
"hot": "bun run --hot src/index.tsx",