|
| 1 | +# ✅ Steps to Create a New Document |
| 2 | + |
| 3 | +1. Go to **Doculan Dashboard → Documents → Create** |
| 4 | +2. Choose your preferred method: |
| 5 | + - ✍️ **Create manually**, or |
| 6 | + - 🤖 **Use AI to generate the document** |
| 7 | +3. Start writing or editing your text |
| 8 | +4. Format the document as needed: |
| 9 | + - Change **font styles & colors** |
| 10 | + - **Increase / Decrease** font size |
| 11 | + - Insert **images**, **logos**, or **pages** |
| 12 | +5. Doculan provides **spell check** to ensure accuracy |
| 13 | +6. Save the document (**PDF format only**) |
| 14 | + |
| 15 | +**Screenshot1:** |
| 16 | + |
| 17 | +<img src="screenshots\Document\Document-Create.png" alt="Step 1 — Create a New Document" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;"> |
| 18 | + |
| 19 | +**Screenshot2:** |
| 20 | + |
| 21 | +<img src="screenshots\Document\Document-Create2.png" alt="Step 2 — Create a New Document" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;"> |
| 22 | + |
| 23 | +---> The above **Screenshots** represent that how to **Create a new Document.** |
| 24 | + |
| 25 | +**Demo Video:** |
| 26 | +<!-- Inline HTML in Markdown file --> |
| 27 | +<style> |
| 28 | +.video-wrap { |
| 29 | + border: 2px solid black; |
| 30 | + border-radius: 4px; |
| 31 | + width: 100%; |
| 32 | + max-width: 800px; |
| 33 | + overflow: hidden; |
| 34 | + margin-bottom: 1rem; |
| 35 | +} |
| 36 | +.video-wrap video { |
| 37 | + display: block; |
| 38 | + width: 100%; |
| 39 | + height: auto; |
| 40 | +} |
| 41 | +</style> |
| 42 | + |
| 43 | +<div class="video-wrap" role="region" aria-label="Demo: Creating a form"> |
| 44 | + <!-- Use a relative path like ./videos/demo.mp4 or an absolute URL --> |
| 45 | + <video controls poster="screenshots\Thumbnail\DemoPics.png"> |
| 46 | + <source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/tutorials/Document-Create.mp4" type="video/mp4"> |
| 47 | + <source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/tutorials/Document-Create.webm" type="video/webm"> |
| 48 | + <!-- Fallback link if browser can't play video --> |
| 49 | + Your browser does not support the video tag. |
| 50 | + <a href="./video/https://doculan-storage-public.s3.us-east-1.amazonaws.com/tutorials/Document-Create.mp4" target="_blank" rel="noopener">Download / Open video</a> |
| 51 | + </video> |
| 52 | +</div> |
| 53 | + |
| 54 | +---> The above **Video** represent that how to **Create Document.** |
| 55 | + |
0 commit comments