You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# or let macdoc choose input.docx next to the source PDF
40
+
macdoc pdf to-docx input.pdf
41
+
```
42
+
43
+
## Testing
44
+
45
+
```bash
46
+
cd packages/pdf-to-docx-swift
47
+
swift build
48
+
swift test
49
+
```
50
+
51
+
## Notes
52
+
53
+
This package prioritizes editable Word output from native PDF text extraction. It does not yet reconstruct embedded images or advanced PDF layout semantics.
0 commit comments