# Test Document
This is a **test** markdown document to verify our PDF CLI tool.
## Features
- Read PDF files
- Write PDF files
- Convert between PDF and Markdown
### Code Example
```rust
fn main() {
println!("Hello, PDF!");
}
```
### Lists
1. First item
2. Second item
3. Third item
- Bullet point 1
- Bullet point 2
The tool can handle _italic_ text, **bold** text, and `inline code`.
[This is a link](https://example.com) will be converted to just text.