280348763d
feat(email-to-pdf): add inline images, clickable links, and embedded attachments - Add CID inline image support via base64 data URI replacement - Implement clickable link extraction from HTML anchors using regex - Embed email attachments into PDF using pymupdf embfile_add - Reduce font sizes for more compact PDF output (18px subject, 12px body) - Format date with timezone (UTC+HH:MM) while preserving original time - Clean email address formatting (Name (email) instead of <brackets>) - Add UI options: page size selector, CC/BCC toggle, attachments toggle
abdullahalam123
2026-01-08 21:36:21 +05:30
4a4a47158f
Merge pull request #289 from htekgulds/add-lang-tr
Alam
2026-01-08 14:00:07 +05:30
2ee1dbf542
feat: update translation guide and configuration for Indonesian language support
Hanif Naufal
2026-01-07 23:02:41 +07:00
5f8e94c41f
feat: add Indonesian language support with translations for common phrases and tools
Hanif Naufal
2026-01-07 22:49:05 +07:00
e399315798
feat: add Indonesian language support to translation guide
Hanif Naufal
2026-01-07 22:46:54 +07:00
4cec0e2be4
chore: update sitemap with signature tools and clean unused imports
abdullahalam123
2026-01-07 16:55:12 +05:30
b51d611c8a
Fix header/subtitle FOUC and Simple Mode translations - Refactor tool page headers to prevent flash of unstyled content (FOUC): - Move long SEO titles to visually hidden <h1> tags for search engines. - Use <h2> for visible tool titles with text matching i18n keys. - Sync default HTML subtitles with [tools.json]
abdullahalam123
2026-01-06 20:48:59 +05:30
8332616346
chore: add Husky and lint-staged for pre-commit checks
abdullahalam123
2026-01-05 19:11:58 +05:30
a347cbda3d
Configure ESLint with Prettier and TypeScript support. - Baseline existing errors to warnings. - Fix Image to PDF tool for HEIC and WebP inputs. - Apply linting auto-fixes.
abdullahalam123
2026-01-05 19:04:47 +05:30
c9b9482cb6
fix: webp & heic convert in images to pdf
abdullahalam123
2026-01-05 18:35:17 +05:30
d52d2e3647
refactor: move all TypeScript interfaces to centralized src/js/types folder
abdullahalam123
2026-01-05 14:57:30 +05:30
6e865efb2a
Update tools.json
Stephan Paternotte
2026-01-04 20:04:16 +01:00
534eb01010
Merge pull request #325 from Timmy93/main
Alam
2026-01-04 19:26:51 +05:30
05110c7f6a
feat: Add Digital Signature and Validate Signature tools
abdullahalam123
2026-01-04 19:08:50 +05:30
94504d4b75
Merge pull request #350 from immanuelfodor/patch-1
Alam
2026-01-04 14:24:30 +05:30
d9561d79b9
fix: nginx.conf for docker deployment
abdullahalam123
2026-01-04 00:56:06 +05:30
771de32cf0
feat: add digital signature PDF tool - Add new tool to apply cryptographic signatures to PDFs using X.509 certificates - Support PKCS#12 (.pfx, .p12) and PEM certificate formats - Create PKCS#7 detached signatures compatible with all major PDF viewers - Optional visible signature with customizable position, image, and text overlay - Add translations for English, German, Vietnamese, and Chinese
abdullahalam123
2026-01-03 20:47:50 +05:30