Skip to content

Commit 41de9f3

Browse files
Updating new features
1 parent 6dbe362 commit 41de9f3

30 files changed

Lines changed: 407 additions & 0 deletions

docs/E_Sign/self-sign-mode.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# How to Use Self Sign Mode?
2+
3+
Self Sign Mode allows a single user (document owner or sender) to complete and sign a document without requiring additional recipients. It is typically used for internal approvals, personal acknowledgements, or single-party signing workflows.
4+
5+
---
6+
7+
## Step 1: Navigate to Documents
8+
9+
* Go to the **Documents** section in the system.
10+
* Select the appropriate folder containing your document.
11+
* Open the file you want to self-sign.
12+
13+
<img src=" screenshots\self-sign-mode\self-sign-mode.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
14+
15+
---
16+
17+
## Step 2: Add Required Fields
18+
19+
* Drag and drop required signing fields into the document.
20+
* Common fields include:
21+
22+
* Signature
23+
* Date
24+
* Name / Initials
25+
* Place each field at the appropriate location.
26+
27+
<img src=" screenshots\self-sign-mode\self-sign-mode1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
28+
29+
---
30+
31+
## Step 3: Enable Self Sign Mode
32+
33+
* Click the **Actions Window** of the document.
34+
* Select **E-Sign / Self Sign** option.
35+
* The document will open in the signing editor.
36+
37+
<img src=" screenshots\self-sign-mode\self-sign-mode2.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
38+
39+
---
40+
41+
## Step 4: Fill and Review Fields
42+
43+
* Complete all required fields assigned for self-signing.
44+
* Verify that all information is accurate and properly placed.
45+
* Ensure no mandatory fields are left empty.
46+
47+
<img src=" screenshots\self-sign-mode\self-sign-mode3.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
48+
49+
---
50+
51+
## Step 5: Complete Self Signing
52+
53+
* Click **Finish / Submit / Complete Signing**.
54+
* The system will process and lock the signed document.
55+
* A confirmation message will appear once signing is successful.
56+
57+
<img src=" screenshots\self-sign-mode\self-sign-mode4.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
58+
59+
---
60+
61+
## Step 6: View Completed Document
62+
63+
* Navigate to **Completed Documents** section.
64+
* Open the signed file to review the final version.
65+
* You can download or share the document if required.
66+
67+
<img src=" screenshots\self-sign-mode\self-sign-mode5.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
68+
69+
---
70+
71+
## Key Notes
72+
73+
* Self Sign Mode is intended for single-user signing only.
74+
* Once completed, the document becomes read-only.
75+
* Ensure all fields are correctly filled before submission, as edits may not be allowed afterward.
76+
77+
---
78+
79+
**Demo Video:**
80+
<!-- Inline HTML in Markdown file -->
81+
<style>
82+
.video-wrap {
83+
border: 2px solid black;
84+
border-radius: 4px;
85+
width: 100%;
86+
max-width: 800px;
87+
overflow: hidden;
88+
margin-bottom: 1rem;
89+
}
90+
.video-wrap video {
91+
display: block;
92+
width: 100%;
93+
height: auto;
94+
}
95+
</style>
96+
97+
<div class="video-wrap" role="region" aria-label="Demo: Creating a E-Sign">
98+
<!-- Use a relative path like ./videos/demo.mp4 or an absolute URL -->
99+
<video controls poster="">
100+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/E_Signature/Self_Sign_Mode.mp4" type="video/mp4">
101+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/E_Signature/Self_Sign_Mode.webm" type="video/webm">
102+
<!-- Fallback link if browser can't play video -->
103+
Your browser does not support the video tag.
104+
<a href="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/E_Signature/Self_Sign_Mode.mp4" target="_blank" rel="noopener">Download / Open video</a>
105+
</video>
106+
</div>
107+
108+
109+
© Doculan by [Virtualan Software](https://www.virtualan.io)
110+
111+
112+
113+

docs/E_Sign/variable_mapping.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Uploading a CSV file is the most efficient method for large-scale distribution.
5151
3. Each row will be treated as a unique recipient.
5252
4. Click Validate to verify email format and data structure.
5353

54+
</details>
55+
5456
#### CSV File Format Example
5557

5658
- CSV File Format Example

docs/PDF_Editor/Merge_pdf.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
# How to Merge PDF Files?
2+
3+
PDF merging allows you to combine multiple PDF documents into a single file for easier management, sharing, and storage.
4+
5+
---
6+
7+
## Step 1: Navigate to PDF Merge Tool
8+
9+
* Go to the **Documents** section.
10+
* Salect the **PDF Editor** menu.
11+
* Click on **Merge PDF**.
12+
13+
**Screenshot 1**
14+
15+
<img src=" screenshots\Pdf-Editor\Merge-&-Split-pdf1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
16+
17+
**Screenshot 2**
18+
19+
<img src=" screenshots\Pdf-Editor\Merge-&-Split-pdf2.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
20+
21+
---
22+
23+
## Step 2: Upload PDF Files
24+
25+
* Click **Upload Files** or drag and drop PDFs into the upload area.
26+
* Select multiple PDF files from your device.
27+
* Ensure the files are in the correct order if sequencing is required.
28+
29+
**Screenshot 3**
30+
31+
<img src=" screenshots\Pdf-Editor\Merge-pdf3.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
32+
33+
**Screenshot 4**
34+
35+
<img src=" screenshots\Pdf-Editor\Merge-pdf4.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
36+
37+
---
38+
39+
## Step 3: Arrange PDF Order
40+
41+
* Drag and reorder the uploaded files as needed.
42+
* The top file will appear first in the merged document.
43+
* Verify the sequence before proceeding.
44+
45+
**Screenshot 5**
46+
47+
<img src=" screenshots\Pdf-Editor\Merge-pdf5.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
48+
49+
---
50+
51+
## Step 4: Merge PDF Files
52+
53+
* Click the **Merge PDF** button.
54+
* The system will process and combine all selected files into a single document.
55+
* Wait for the processing to complete.
56+
57+
**Screenshot 6**
58+
59+
<img src=" screenshots\Pdf-Editor\Merge-pdf6.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
60+
61+
---
62+
63+
## Step 5: Preview and Download
64+
65+
* Click **Download** to save the final PDF to your device.
66+
* Open the file to preview the merged document.
67+
68+
**Screenshot 7**
69+
70+
<img src=" screenshots\Pdf-Editor\Merge-pdf8.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
71+
72+
---
73+
74+
## Step 6: Upload Doculan Feature
75+
76+
* Click **Upload** to save the file in the Doculan folder.
77+
* Select the destination folder where you want to store it.
78+
79+
**Screenshot 8**
80+
81+
<img src=" screenshots\Pdf-Editor\Merge-pdf9.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
82+
83+
**Screenshot 9**
84+
85+
<img src=" screenshots\Pdf-Editor\Merge-pdf10.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
86+
87+
## Step 7: View the Merge Document in Doculan
88+
89+
* Open the file action menu.
90+
* Click the **View** option to preview the document.
91+
92+
**Screenshot 10**
93+
94+
<img src=" screenshots\Pdf-Editor\Merge-pdf11.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
95+
96+
---
97+
98+
## Key Notes
99+
100+
* Ensure all PDFs are valid and not corrupted before merging.
101+
* Large files may take additional processing time.
102+
* File order cannot be changed after merging—verify before execution.
103+
104+
---
105+
106+
**Demo Video:**
107+
<!-- Inline HTML in Markdown file -->
108+
<style>
109+
.video-wrap {
110+
border: 2px solid black;
111+
border-radius: 4px;
112+
width: 100%;
113+
max-width: 800px;
114+
overflow: hidden;
115+
margin-bottom: 1rem;
116+
}
117+
.video-wrap video {
118+
display: block;
119+
width: 100%;
120+
height: auto;
121+
}
122+
</style>
123+
124+
<div class="video-wrap" role="region" aria-label="Demo: Creating a E-Sign">
125+
<!-- Use a relative path like ./videos/demo.mp4 or an absolute URL -->
126+
<video controls poster="">
127+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Pdf_Editor/Merge_Pdf.mp4" type="video/mp4">
128+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Pdf_Editor/Merge_Pdf.webm" type="video/webm">
129+
<!-- Fallback link if browser can't play video -->
130+
Your browser does not support the video tag.
131+
<a href="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Pdf_Editor/Merge_Pdf.mp4" target="_blank" rel="noopener">Download / Open video</a>
132+
</video>
133+
</div>
134+
135+
136+
© Doculan by [Virtualan Software](https://www.virtualan.io)

0 commit comments

Comments
 (0)