2025-10-12 11:55:45 +05:30
|
|
|
// This file centralizes the definition of all available tools, organized by category.
|
|
|
|
|
export const categories = [
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
|
|
|
|
name: 'Popular Tools',
|
|
|
|
|
tools: [
|
2025-11-10 21:54:41 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-multi-tool.html',
|
2025-11-10 21:54:41 +05:30
|
|
|
name: 'PDF Multi Tool',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pencil-ruler',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Merge, Split, Organize, Delete, Rotate, Add Blank Pages, Extract and Duplicate in an unified interface.',
|
2025-11-10 21:54:41 +05:30
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'merge-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Merge PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-browsers',
|
2025-11-28 20:49:49 +05:30
|
|
|
subtitle: 'Combine multiple PDFs into one file. Preserves Bookmarks.',
|
2025-10-17 11:37:32 +05:30
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'split-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Split PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-scissors',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Extract a range of pages into a new PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'compress-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Compress PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-lightning',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Reduce the file size of your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'edit-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF Editor',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pencil-simple',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Annotate, highlight, redact, comment, add shapes/images, search, and view PDFs',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'jpg-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'JPG to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-jpg',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more JPG images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'sign-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Sign PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pen-nib',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Draw, type, or upload your signature.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'crop-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Crop PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-crop',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Trim the margins of every page in your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'extract-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Extract Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-squares-four',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Save a selection of pages as new files.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'organize-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Duplicate & Organize',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-files',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Duplicate, reorder, and delete pages.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'delete-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Delete Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-trash',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Remove specific pages from your document.',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Edit & Annotate',
|
|
|
|
|
tools: [
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'edit-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF Editor',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pencil-simple',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Annotate, highlight, redact, comment, add shapes/images, search, and view PDFs.',
|
|
|
|
|
},
|
2025-10-27 22:01:36 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'bookmark.html',
|
2025-10-27 22:01:36 +05:30
|
|
|
name: 'Edit Bookmarks',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-bookmark',
|
2025-10-27 22:35:49 +05:30
|
|
|
subtitle: 'Add, edit, import, delete and extract PDF bookmarks.',
|
2025-10-27 22:01:36 +05:30
|
|
|
},
|
2025-11-08 12:37:10 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'table-of-contents.html',
|
2025-11-08 12:37:10 +05:30
|
|
|
name: 'Table of Contents',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-list',
|
2025-11-08 12:37:10 +05:30
|
|
|
subtitle: 'Generate a table of contents page from PDF bookmarks.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'page-numbers.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Page Numbers',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-list-numbers',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Insert page numbers into your document.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'add-watermark.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Add Watermark',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-drop',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Stamp text or an image over your PDF pages.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'header-footer.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Header & Footer',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-paragraph',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Add text to the top and bottom of pages.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'invert-colors.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Invert Colors',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-circle-half',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a "dark mode" version of your PDF.',
|
|
|
|
|
},
|
2026-02-01 12:21:14 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'scanner-effect.html',
|
|
|
|
|
name: 'Scanner Effect',
|
|
|
|
|
icon: 'ph-scan',
|
|
|
|
|
subtitle: 'Make your PDF look like a scanned document.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'adjust-colors.html',
|
|
|
|
|
name: 'Adjust Colors',
|
|
|
|
|
icon: 'ph-sliders-horizontal',
|
|
|
|
|
subtitle: 'Fine-tune brightness, contrast, saturation and more.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'background-color.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Background Color',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-palette',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Change the background color of your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'text-color.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Change Text Color',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-eyedropper',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Change the color of text in your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'sign-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Sign PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pen-nib',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Draw, type, or upload your signature.',
|
|
|
|
|
},
|
2025-11-14 20:35:43 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'add-stamps.html',
|
2025-11-14 20:35:43 +05:30
|
|
|
name: 'Add Stamps',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-stamp',
|
2025-11-14 20:35:43 +05:30
|
|
|
subtitle: 'Add image stamps to your PDF using the annotation toolbar.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'remove-annotations.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Remove Annotations',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-eraser',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Strip comments, highlights, and links.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'crop-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Crop PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-crop',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Trim the margins of every page in your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'form-filler.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF Form Filler',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pencil-line',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Fill in forms directly in the browser. Also supports XFA forms.',
|
2025-10-17 11:37:32 +05:30
|
|
|
},
|
2025-11-24 21:16:23 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'form-creator.html',
|
2025-11-24 21:16:23 +05:30
|
|
|
name: 'Create PDF Form',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-plus',
|
2025-11-24 21:16:23 +05:30
|
|
|
subtitle: 'Create fillable PDF forms with drag-and-drop text fields.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'remove-blank-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Remove Blank Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-minus',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Automatically detect and delete blank pages.',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Convert to PDF',
|
|
|
|
|
tools: [
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'image-to-pdf.html',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
name: 'Images to PDF',
|
|
|
|
|
icon: 'ph-images',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Convert JPG, PNG, BMP, GIF, TIFF, PNM, PGM, PBM, PPM, PAM, JXR, JPX, JP2, PSD, SVG, HEIC, WebP to PDF.',
|
2025-10-17 11:37:32 +05:30
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'jpg-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'JPG to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-jpg',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more JPG images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'png-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PNG to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-png',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more PNG images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'webp-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'WebP to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more WebP images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'svg-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'SVG to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-svg',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more SVG images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'bmp-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'BMP to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more BMP images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'heic-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'HEIC to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-device-mobile',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more HEIC images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'tiff-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'TIFF to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Create a PDF from one or more TIFF images.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'txt-to-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Text to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-text-t',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert a plain text file into a PDF.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'markdown-to-pdf.html',
|
|
|
|
|
name: 'Markdown to PDF',
|
|
|
|
|
icon: 'ph-markdown-logo',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Convert Markdown to PDF with live preview and syntax highlighting.',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
},
|
2025-11-08 15:19:56 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'json-to-pdf.html',
|
2025-11-08 15:19:56 +05:30
|
|
|
name: 'JSON to PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-code',
|
2025-11-08 15:19:56 +05:30
|
|
|
subtitle: 'Convert JSON files to PDF format.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'odt-to-pdf.html',
|
|
|
|
|
name: 'ODT to PDF',
|
|
|
|
|
icon: 'ph-file',
|
|
|
|
|
subtitle: 'Convert ODT (OpenDocument Text) files to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'csv-to-pdf.html',
|
|
|
|
|
name: 'CSV to PDF',
|
|
|
|
|
icon: 'ph-file-csv',
|
|
|
|
|
subtitle: 'Convert CSV (Comma-Separated Values) spreadsheets to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'rtf-to-pdf.html',
|
|
|
|
|
name: 'RTF to PDF',
|
|
|
|
|
icon: 'ph-file-text',
|
|
|
|
|
subtitle: 'Convert RTF (Rich Text Format) documents to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'word-to-pdf.html',
|
|
|
|
|
name: 'Word to PDF',
|
|
|
|
|
icon: 'ph-microsoft-word-logo',
|
|
|
|
|
subtitle: 'Convert Word documents (DOCX, DOC, ODT) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'excel-to-pdf.html',
|
|
|
|
|
name: 'Excel to PDF',
|
|
|
|
|
icon: 'ph-microsoft-excel-logo',
|
|
|
|
|
subtitle: 'Convert Excel spreadsheets (XLSX, XLS, ODS) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'powerpoint-to-pdf.html',
|
|
|
|
|
name: 'PowerPoint to PDF',
|
|
|
|
|
icon: 'ph-microsoft-powerpoint-logo',
|
|
|
|
|
subtitle: 'Convert PowerPoint presentations (PPTX, PPT, ODP) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'xps-to-pdf.html',
|
|
|
|
|
name: 'XPS to PDF',
|
|
|
|
|
icon: 'ph-scan',
|
|
|
|
|
subtitle: 'Convert XPS/OXPS documents to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'mobi-to-pdf.html',
|
|
|
|
|
name: 'MOBI to PDF',
|
|
|
|
|
icon: 'ph-book-open-text',
|
|
|
|
|
subtitle: 'Convert MOBI e-books to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'epub-to-pdf.html',
|
|
|
|
|
name: 'EPUB to PDF',
|
|
|
|
|
icon: 'ph-book-open-text',
|
|
|
|
|
subtitle: 'Convert EPUB e-books to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'fb2-to-pdf.html',
|
|
|
|
|
name: 'FB2 to PDF',
|
|
|
|
|
icon: 'ph-book-bookmark',
|
|
|
|
|
subtitle: 'Convert FictionBook (FB2) e-books to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'cbz-to-pdf.html',
|
|
|
|
|
name: 'CBZ to PDF',
|
|
|
|
|
icon: 'ph-book-open',
|
|
|
|
|
subtitle: 'Convert comic book archives (CBZ/CBR) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'wpd-to-pdf.html',
|
|
|
|
|
name: 'WPD to PDF',
|
|
|
|
|
icon: 'ph-file-text',
|
|
|
|
|
subtitle: 'Convert WordPerfect documents (WPD) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'wps-to-pdf.html',
|
|
|
|
|
name: 'WPS to PDF',
|
|
|
|
|
icon: 'ph-file-text',
|
|
|
|
|
subtitle: 'Convert WPS Office documents to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'xml-to-pdf.html',
|
|
|
|
|
name: 'XML to PDF',
|
|
|
|
|
icon: 'ph-file-code',
|
|
|
|
|
subtitle: 'Convert XML documents to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pages-to-pdf.html',
|
|
|
|
|
name: 'Pages to PDF',
|
|
|
|
|
icon: 'ph-file-text',
|
|
|
|
|
subtitle: 'Convert Apple Pages documents to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'odg-to-pdf.html',
|
|
|
|
|
name: 'ODG to PDF',
|
|
|
|
|
icon: 'ph-image',
|
|
|
|
|
subtitle: 'Convert OpenDocument Graphics (ODG) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'ods-to-pdf.html',
|
|
|
|
|
name: 'ODS to PDF',
|
|
|
|
|
icon: 'ph-table',
|
|
|
|
|
subtitle: 'Convert OpenDocument Spreadsheet (ODS) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'odp-to-pdf.html',
|
|
|
|
|
name: 'ODP to PDF',
|
|
|
|
|
icon: 'ph-presentation',
|
|
|
|
|
subtitle: 'Convert OpenDocument Presentation (ODP) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pub-to-pdf.html',
|
|
|
|
|
name: 'PUB to PDF',
|
|
|
|
|
icon: 'ph-book-open',
|
|
|
|
|
subtitle: 'Convert Microsoft Publisher (PUB) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'vsd-to-pdf.html',
|
|
|
|
|
name: 'VSD to PDF',
|
|
|
|
|
icon: 'ph-git-branch',
|
|
|
|
|
subtitle: 'Convert Microsoft Visio (VSD, VSDX) to PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'psd-to-pdf.html',
|
|
|
|
|
name: 'PSD to PDF',
|
|
|
|
|
icon: 'ph-image',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Convert Adobe Photoshop (PSD) files to PDF. Multiple files supported.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'email-to-pdf.html',
|
|
|
|
|
name: 'Email to PDF',
|
|
|
|
|
icon: 'ph-envelope',
|
|
|
|
|
subtitle: 'Convert email files (EML, MSG) to PDF format.',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Convert from PDF',
|
|
|
|
|
tools: [
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-jpg.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF to JPG',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert each PDF page into a JPG image.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-png.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF to PNG',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert each PDF page into a PNG image.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-webp.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF to WebP',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert each PDF page into a WebP image.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-bmp.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF to BMP',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert each PDF page into a BMP image.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-tiff.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF to TIFF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-image',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert each PDF page into a TIFF image.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-svg.html',
|
|
|
|
|
name: 'PDF to SVG',
|
|
|
|
|
icon: 'ph-file-code',
|
|
|
|
|
subtitle: 'Convert each PDF page into a scalable vector graphic.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-csv.html',
|
|
|
|
|
name: 'PDF to CSV',
|
|
|
|
|
icon: 'ph-file-csv',
|
|
|
|
|
subtitle: 'Extract tables from PDF and convert to CSV format.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-excel.html',
|
|
|
|
|
name: 'PDF to Excel',
|
|
|
|
|
icon: 'ph-microsoft-excel-logo',
|
|
|
|
|
subtitle: 'Extract tables from PDF and convert to Excel (XLSX).',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-greyscale.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDF to Greyscale',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-palette',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Convert all colors to black and white.',
|
|
|
|
|
},
|
2025-11-08 15:19:56 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-json.html',
|
2025-11-08 15:19:56 +05:30
|
|
|
name: 'PDF to JSON',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-code',
|
2025-11-08 15:19:56 +05:30
|
|
|
subtitle: 'Convert PDF files to JSON format.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-docx.html',
|
|
|
|
|
name: 'PDF to Word',
|
|
|
|
|
icon: 'ph-microsoft-word-logo',
|
|
|
|
|
subtitle: 'Convert PDF files to editable Word documents.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'extract-images.html',
|
|
|
|
|
name: 'Extract Images',
|
|
|
|
|
icon: 'ph-download-simple',
|
|
|
|
|
subtitle: 'Extract all embedded images from your PDF files.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-markdown.html',
|
|
|
|
|
name: 'PDF to Markdown',
|
|
|
|
|
icon: 'ph-markdown-logo',
|
|
|
|
|
subtitle: 'Convert PDF text and tables to Markdown format.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'prepare-pdf-for-ai.html',
|
|
|
|
|
name: 'Prepare PDF for AI',
|
|
|
|
|
icon: 'ph-sparkle',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Extract PDF content as LlamaIndex JSON for RAG/LLM pipelines.',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-text.html',
|
|
|
|
|
name: 'PDF to Text',
|
|
|
|
|
icon: 'ph-text-aa',
|
|
|
|
|
subtitle: 'Extract text from PDF files and save as plain text (.txt).',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Organize & Manage',
|
|
|
|
|
tools: [
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'ocr-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'OCR PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-barcode',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Make a PDF searchable and copyable.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'merge-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Merge PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-browsers',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Combine multiple PDFs into one file.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'alternate-merge.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Alternate & Mix Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-shuffle',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Merge PDFs by alternating pages from each PDF. Preserves Bookmarks',
|
2025-10-17 11:37:32 +05:30
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'organize-pdf.html',
|
|
|
|
|
name: 'Organize & Duplicate',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-files',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Duplicate, reorder, and delete pages.',
|
|
|
|
|
},
|
2025-10-19 15:02:27 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'add-attachments.html',
|
2025-10-19 15:02:27 +05:30
|
|
|
name: 'Add Attachments',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-paperclip',
|
2025-10-19 15:02:27 +05:30
|
|
|
subtitle: 'Embed one or more files into your PDF.',
|
|
|
|
|
},
|
2025-11-11 11:13:06 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'extract-attachments.html',
|
2025-11-11 11:13:06 +05:30
|
|
|
name: 'Extract Attachments',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-download',
|
2025-11-11 11:13:06 +05:30
|
|
|
subtitle: 'Extract all embedded files from PDF(s) as a ZIP.',
|
|
|
|
|
},
|
2025-11-11 12:21:11 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'edit-attachments.html',
|
2025-11-11 12:21:11 +05:30
|
|
|
name: 'Edit Attachments',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-paperclip-horizontal',
|
2025-11-11 12:21:11 +05:30
|
|
|
subtitle: 'View or remove attachments in your PDF.',
|
|
|
|
|
},
|
2025-11-10 18:41:48 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-multi-tool.html',
|
2025-11-10 18:41:48 +05:30
|
|
|
name: 'PDF Multi Tool',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-pencil-ruler',
|
2025-11-10 18:41:48 +05:30
|
|
|
subtitle: 'Full-featured PDF editor with page management.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-layers.html',
|
|
|
|
|
name: 'PDF OCG',
|
|
|
|
|
icon: 'ph-stack-simple',
|
|
|
|
|
subtitle: 'View, toggle, add, and delete OCG layers in your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'extract-tables.html',
|
|
|
|
|
name: 'Extract Tables',
|
|
|
|
|
icon: 'ph-table',
|
|
|
|
|
subtitle: 'Extract tables from PDFs as CSV, JSON, or Markdown.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'split-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Split PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-scissors',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Extract a range of pages into a new PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'divide-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Divide Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-columns',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Divide pages horizontally or vertically.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'extract-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Extract Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-squares-four',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Save a selection of pages as new files.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'delete-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Delete Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-trash',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Remove specific pages from your document.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'add-blank-page.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Add Blank Page',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-plus',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Insert an empty page anywhere in your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'reverse-pages.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Reverse Pages',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-sort-descending',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Flip the order of all pages in your document.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'rotate-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Rotate PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-arrow-clockwise',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Turn pages in 90-degree increments.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'rotate-custom.html',
|
|
|
|
|
name: 'Rotate by Custom Degrees',
|
|
|
|
|
icon: 'ph-arrows-clockwise',
|
|
|
|
|
subtitle: 'Rotate pages by any custom angle.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'n-up-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'N-Up PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-squares-four',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Arrange multiple pages onto a single sheet.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-booklet.html',
|
|
|
|
|
name: 'PDF Booklet',
|
|
|
|
|
icon: 'ph-book-open',
|
|
|
|
|
subtitle: 'Rearrange pages for double-sided booklet printing.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'combine-single-page.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Combine to Single Page',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-arrows-out-line-vertical',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Stitch all pages into one continuous scroll.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'view-metadata.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'View Metadata',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-info',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Inspect the hidden properties of your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'edit-metadata.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Edit Metadata',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-code',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Change the author, title, and other properties.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-zip.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'PDFs to ZIP',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-zip',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Package multiple PDF files into a ZIP archive.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'compare-pdfs.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Compare PDFs',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-git-diff',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Compare two PDFs side by side.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'posterize-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Posterize PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-notepad',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Split a large page into multiple smaller pages.',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Optimize & Repair',
|
|
|
|
|
tools: [
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'compress-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Compress PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-lightning',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Reduce the file size of your PDF.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'pdf-to-pdfa.html',
|
|
|
|
|
name: 'PDF to PDF/A',
|
|
|
|
|
icon: 'ph-archive',
|
|
|
|
|
subtitle: 'Convert PDF to PDF/A for long-term archiving.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'fix-page-size.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Fix Page Size',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-ruler',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Standardize all pages to a uniform size.',
|
|
|
|
|
},
|
2025-10-19 15:02:27 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'linearize-pdf.html',
|
2025-10-19 13:59:25 +05:30
|
|
|
name: 'Linearize PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-gauge',
|
2025-10-19 13:59:25 +05:30
|
|
|
subtitle: 'Optimize PDF for fast web viewing.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'page-dimensions.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Page Dimensions',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-ruler',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Analyze page size, orientation, and units.',
|
|
|
|
|
},
|
2025-10-24 13:42:09 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'remove-restrictions.html',
|
2025-10-24 13:42:09 +05:30
|
|
|
name: 'Remove Restrictions',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-link-break',
|
2025-10-24 13:42:09 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Remove password protection and security restrictions associated with digitally signed PDF files.',
|
|
|
|
|
},
|
2025-12-01 12:44:34 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'repair-pdf.html',
|
2025-12-01 12:44:34 +05:30
|
|
|
name: 'Repair PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-wrench',
|
2025-12-01 12:44:34 +05:30
|
|
|
subtitle: 'Recover data from corrupted or damaged PDF files.',
|
|
|
|
|
},
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'rasterize-pdf.html',
|
|
|
|
|
name: 'Rasterize PDF',
|
|
|
|
|
icon: 'ph-image',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Convert PDF to image-based PDF. Flatten layers and remove selectable text.',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
},
|
2026-01-09 20:53:36 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'deskew-pdf.html',
|
|
|
|
|
name: 'Deskew PDF',
|
|
|
|
|
icon: 'ph-perspective',
|
|
|
|
|
subtitle: 'Automatically straighten tilted scanned pages using OpenCV.',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'font-to-outline.html',
|
|
|
|
|
name: 'Font to Outline',
|
|
|
|
|
icon: 'ph-text-outdent',
|
|
|
|
|
subtitle:
|
|
|
|
|
'Convert all fonts to vector outlines for consistent rendering.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: 'Secure PDF',
|
|
|
|
|
tools: [
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'encrypt-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Encrypt PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-lock',
|
2025-10-24 13:42:09 +05:30
|
|
|
subtitle: 'Lock your PDF by adding a password.',
|
2025-10-17 11:37:32 +05:30
|
|
|
},
|
2025-10-22 13:15:22 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'sanitize-pdf.html',
|
2025-10-22 13:15:22 +05:30
|
|
|
name: 'Sanitize PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-broom',
|
2025-10-22 13:15:22 +05:30
|
|
|
subtitle: 'Remove metadata, annotations, scripts, and more.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'decrypt-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Decrypt PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-lock-open',
|
2025-10-24 13:42:09 +05:30
|
|
|
subtitle: 'Unlock PDF by removing password protection.',
|
2025-10-17 11:37:32 +05:30
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'flatten-pdf.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Flatten PDF',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-stack',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Make form fields and annotations non-editable.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'remove-metadata.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Remove Metadata',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-file-x',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Strip hidden data from your PDF.',
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-11 19:34:14 +05:30
|
|
|
href: import.meta.env.BASE_URL + 'change-permissions.html',
|
2025-10-17 11:37:32 +05:30
|
|
|
name: 'Change Permissions',
|
feat: Add VitePress docs, EPUB to PDF tool, Phosphor icons, and licensing updates
- Set up VitePress documentation site (docs:dev, docs:build, docs:preview)
- Added Getting Started, Tools Reference, Contributing, and Commercial License pages
- Created self-hosting guides for Docker, Vercel, Netlify, Cloudflare, AWS, Hostinger, Nginx, Apache
- Updated README with documentation link, sponsors section, and docs contribution guide
- Added EPUB to PDF converter using LibreOffice WASM
- Migrated to Phosphor Icons for consistent iconography
- Added donation ribbon banner on landing page
- Removed 'Like My Work?' section (replaced by ribbon)
- Updated licensing.html with delivery model, AGPL notice, invoicing, and no-refund policy
- Added Commercial License documentation page
- Updated translations table (Chinese added, marked non-English as In Progress)
- Added sponsors.yml workflow for auto-generating sponsor avatars
2025-12-27 19:30:31 +05:30
|
|
|
icon: 'ph-shield-check',
|
2025-10-17 11:37:32 +05:30
|
|
|
subtitle: 'Set or change user permissions on a PDF.',
|
|
|
|
|
},
|
2026-01-03 20:47:50 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'digital-sign-pdf.html',
|
|
|
|
|
name: 'Digital Signature',
|
|
|
|
|
icon: 'ph-certificate',
|
2026-01-08 21:36:21 +05:30
|
|
|
subtitle:
|
|
|
|
|
'Add a cryptographic digital signature using X.509 certificates.',
|
2026-01-03 20:47:50 +05:30
|
|
|
},
|
2026-01-04 19:08:50 +05:30
|
|
|
{
|
|
|
|
|
href: import.meta.env.BASE_URL + 'validate-signature-pdf.html',
|
|
|
|
|
name: 'Validate Signature',
|
|
|
|
|
icon: 'ph-seal-check',
|
|
|
|
|
subtitle: 'Verify digital signatures and view certificate details.',
|
|
|
|
|
},
|
2025-10-17 11:37:32 +05:30
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
];
|