Skip to content

Commit 98b03ba

Browse files
committed
- add pdf sign tool to tools.json and sidebar.html, add screenshot
1 parent 11cb11d commit 98b03ba

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,5 +1549,16 @@
15491549
"aiPowered": false,
15501550
"featured": false,
15511551
"date": "2025-05-30"
1552+
},
1553+
{
1554+
"id": "pdf_sign",
1555+
"title": "PDF Sign Tool",
1556+
"description": "Free online PDF signing tool. Upload your PDF, draw your signature, and place it anywhere on the document. No registration required - sign PDFs instantly in your browser.",
1557+
"url": "tools/pdf_sign.html",
1558+
"screenshot": "screenshots/screenshot_203.webp",
1559+
"type": "tool",
1560+
"aiPowered": false,
1561+
"featured": false,
1562+
"date": "2025-05-30"
15521563
}
15531564
]

screenshots/screenshot_203.webp

11.8 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ <h2>Tools by ChatGPT</h2>
288288
<li><a href="/tools/video_frame_extractor.html">Video Frame Extractor</a></li>
289289
<li><a href="/tools/pdf_splitter.html">PDF Splitter</a></li>
290290
<li><a href="/tools/metronome.html">Metronome</a></li>
291+
<li><a href="/tools/pdf_sign.html">PDF Sign Tool</a></li>
291292
<!-- end -->
292293
</ul>
293294
</div>

0 commit comments

Comments
 (0)