@@ -114,8 +114,8 @@ documentation/
114114├── index.md (you are here)
115115│
116116├── guides/
117- │ ├── getting-started.md # Quick start tutorial
118- │ ├── installation.md # Installation guide
117+ │ ├── getting-started.md # Quick start tutorial
118+ │ ├── installation.md # Installation guide
119119│ ├── react-guide.md # React integration
120120│ ├── vue-guide.md # Vue integration
121121│ ├── svelte-guide.md # Svelte integration
@@ -125,13 +125,26 @@ documentation/
125125│ └── troubleshooting.md # Common issues
126126│
127127├── features/
128+ │ └── colors.md # Color support
129+ │ └── images.md # Image support
130+ │ └── page-breaks.md # Handling page break
128131│ └── multi-page.md # Page splitting
132+ │ └── tables.md # Table support
129133│
130134├── advanced/
135+ │ └── batch-generation.md # Combine multiple content items
136+ │ └── headers-footers.md # Dynamic header/footer templates
131137│ └── image-optimization.md # DPI control & print quality
138+ │ └── metadata.md # Set document properties
139+ │ └── preview.md # Real-time PDF preview with live updates
140+ │ └── security.md # Password protection & permissions
141+ │ └── url-to-pdf.md # Convert web pages to PDF
142+ │ └── watermarks.md # Add text & image watermarks
132143│
133144├── api/
134145│ └── options.md # All options
146+ |
147+ ├── tutorials/* # Tutorials for react, svelte, vue & vanilla JS
135148│
136149└── examples/
137150 ├── code-examples.md # Code samples
0 commit comments