WA Dev Tools - набор веб-инструментов для разработчиков
Go to file
treamz 378c1a075e Add PDF tools: merge, split, rotate, delete, watermark, compress, convert, protect
- 15 API endpoints for PDF operations (pdf-lib, pdf-parse, Ghostscript)
- Frontend with 8 operation tabs
- Merge multiple PDFs, split by page ranges
- Rotate/delete/reorder pages
- Add watermark text, page numbers
- Compress via Ghostscript (screen/ebook/printer quality)
- PDF to PNG/JPG, Images to PDF
- Password protection, text extraction
- Added to sidebar, dashboard (Utils category), DB
2026-03-22 01:10:37 +03:00
.adminjs Dynamic content: landing and dashboard load texts from DB via API 2026-03-21 23:53:37 +03:00
lib Fix: about section (remove duplicate stat, fix text), placeholder public 2026-03-22 00:56:25 +03:00
public Add PDF tools: merge, split, rotate, delete, watermark, compress, convert, protect 2026-03-22 01:10:37 +03:00
routes Add PDF tools: merge, split, rotate, delete, watermark, compress, convert, protect 2026-03-22 01:10:37 +03:00
.gitignore Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00
ecosystem.config.js Refactor: modular architecture, security, config 2026-03-21 22:18:54 +03:00
EDITOR-DOC.md Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00
package-lock.json Add PDF tools: merge, split, rotate, delete, watermark, compress, convert, protect 2026-03-22 01:10:37 +03:00
package.json Add PDF tools: merge, split, rotate, delete, watermark, compress, convert, protect 2026-03-22 01:10:37 +03:00
server.js Add PDF tools: merge, split, rotate, delete, watermark, compress, convert, protect 2026-03-22 01:10:37 +03:00
SVGEDITOR-FEATURES.md Initial commit: WA Dev Tools service 2026-03-21 22:06:15 +03:00