Skip to content

Commit 23c6290

Browse files
committed
feat: remove worng links
1 parent a0e4184 commit 23c6290

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ MIT License - see [LICENSE.md](./LICENSE.md) for details.
487487
## 🐛 Issues & Support
488488

489489
- **Issues**: [GitHub Issues](https://github.com/Encryptioner/html-to-pdf-generator/issues)
490-
- **Discussions**: [GitHub Discussions](https://github.com/Encryptioner/html-to-pdf-generator/discussions)
491490
- **Email**: [email protected]
492491

493492
---

docs/FEATURE_IMPLEMENTATION_STATUS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
-**Footer Templates** - `footerTemplate` with variable substitution, custom CSS, height control - **IMPLEMENTED**
5353
-**Media Type Emulation** - `emulateMediaType` to apply @media print styles - **IMPLEMENTED**
5454
-**PDF Security** - Password protection and permission controls (`securityOptions`) - **IMPLEMENTED**
55-
-**PDF Preview** - Real-time PDF preview with live updates (`previewOptions`) - **NEWLY IMPLEMENTED**
55+
-**PDF Preview** - Real-time PDF preview with live updates (`previewOptions`) - **IMPLEMENTED**
5656

5757
---
5858

@@ -197,7 +197,7 @@ const badOptions = {
197197
- ✅ Header/Footer templates with variable substitution - IMPLEMENTED
198198
- ✅ Media type emulation (@media print) - IMPLEMENTED
199199
- ✅ PDF Security (password protection & permissions) - IMPLEMENTED
200-
-**PDF Preview (real-time preview with live updates) - NEWLY IMPLEMENTED**
200+
- ✅ PDF Preview (real-time preview with live updates) - IMPLEMENTED
201201

202202
**What Needs Attention:**
203203
- ❌ Advanced document features (TOC, bookmarks)

0 commit comments

Comments
 (0)