fix/convert-pdf #5

Merged
xhh merged 2 commits from fix/convert-pdf into main 2026-03-24 10:26:43 +09:00
Owner
No description provided.
1. std::fs::canonicalize가 \?\ 접두사를 붙여 Office COM API가
   파일을 인식하지 못하던 문제를 dunce::canonicalize로 교체하여 해결.
2. a.xlsx와 a.pptx 변환 시 동일한 a.pdf로 덮어써지던 문제를
   a_xlsx.pdf, a_pptx.pdf 형식으로 원본 확장자를 포함하여 해결.

Closes #2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
xhh merged commit 846a054162 into main 2026-03-24 10:26:43 +09:00
xhh deleted branch fix/convert-pdf 2026-03-24 10:26:43 +09:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
xhh/rust-pdf-helper!5
No description provided.