mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
feat(new tool): PDF Encrypt
PDF Encrypter
This commit is contained in:
parent
23b4dc84c8
commit
1b82da5b4b
8 changed files with 1584 additions and 150 deletions
12
src/tools/pdf-encrypt/index.ts
Normal file
12
src/tools/pdf-encrypt/index.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
import { Lock } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: 'Pdf Encrypt',
|
||||
path: '/pdf-encrypt',
|
||||
description: 'Encrypt and add protection to a PDF File',
|
||||
keywords: ['pdf', 'encrypt'],
|
||||
component: () => import('./pdf-encrypt.vue'),
|
||||
icon: Lock,
|
||||
createdAt: new Date('2024-01-09'),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue