# PDF-to-Kindle Conversion & Regex Patterns Cheat Sheet ## PDF-to-Kindle Conversion Methods ### Method 1: Email to Kindle 1. **Find your Kindle email**: On Amazon, go to "Manage Your Content and Devices" > "Devices" > select your Kindle device 2. **Approve your sending email**: In "Preferences" > "Personal Document Settings" 3. **Send the PDF**: - Subject line "convert" (to convert format) or blank (to keep as PDF) - Attach PDF (≤50MB) - Send to your_kindle_name@kindle.com ### Method 2: Calibre (Advanced) 1. **Install** from [calibre-ebook.com](https://calibre-ebook.com) 2. **Add PDF**: Click "Add books" 3. **Convert**: Select PDF → Click "Convert books" → Output format: MOBI or AZW3 4. **Configure**: Structure Detection, Look & Feel, Page Setup 5. **Transfer**: Connect Kindle via USB → Right-click book → "Send to device" ### Method 3: Send to Kindle App 1. **Install** from [Amazon Send to Kindle](https://www.amazon.com/sendtokindle) 2. **Launch and sign in** 3. **Add files**: Drag and drop PDFs or browse 4. **Send** to your Kindle ### Method 4: Online Converters - [Zamzar](https://www.zamzar.com) - [CloudConvert](https://cloudconvert.com) ### Method 5: Amazon's Conversion Service 1. Connect Kindle via USB 2. Copy PDF to "documents" folder 3. On Kindle, long-press PDF → "Convert to Kindle Format" ## Regex Patterns for E-book Conversion & Cleanup ### Clean Up Formatting Issues #### Remove Extra Line Breaks ```regex (?\s*
``` Replace with empty string to remove empty paragraphs. #### Normalize Heading Tags ```regex