> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Case 10: Batch PDF to Word Conversion

## Pain Point

Multiple PDF teaching materials need to be converted to editable Word. Doing it one by one is tedious. Online tools often have page limits or cost money.

## After QoderWork

Batch convert local PDFs to Word while preserving structure.

## Prompt Example

```plaintext theme={null}
Convert all PDFs in this folder to Word (.docx):
1. Keep original layout (headings, paragraphs, tables, images)
2. Keep filenames, change extension only
3. Save outputs in the same folder
```

## Key Metrics

| Metric | Result                      |
| ------ | --------------------------- |
| Batch  | No per-file manual work     |
| Format | Original layout preserved   |
| Limits | No page caps, no extra cost |
